distinctnews
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Help! Major Mistake!so there is no way to do it?
before i upgraded to WP 3.0, my posts used to have a link of distinctnews.com/category/category name
now, it is distinctnews.com/blog/category/category nameso something has changed which is good, but the question is how to make another sub-directory to make it distinctnews.com/shows/category/category name AND have that distinctnews.com/shows have a different theme.
Forum: Themes and Templates
In reply to: Help! Major Mistake!oh, i thought it’s normal because I didn’t enable a theme for it XD
so what about the 404 page? what do I do about it? :S
Thanks 😀
Forum: Themes and Templates
In reply to: Help! Major Mistake!ya I installed them, but how do I enable them? because if I go to http://shows.distinctnews.com/ it says index of which is normal but if i go to http://shows.distinctnews.com/wp-login.php a weird page opens.
so is the last a wrong link or where do i enable the theme from?
Thanks!
Forum: Themes and Templates
In reply to: Bullets showing?Awesome, thanks a lot! I added it to style.css and i worked 😀
Forum: Themes and Templates
In reply to: Latest Post showing as Website Title??Thanks for the link!! It helped a lot.
I pasted
<title><?php bloginfo(‘name’); ?> <?php wp_title(); ?></title>
into the header and it worked.
Thanks again 😀
Forum: Themes and Templates
In reply to: Latest Post showing as Website Title??Nope. It’s already selected.
Forum: Themes and Templates
In reply to: Latest Post showing as Website Title??already tried that. and i also looked at the comments ppl posted but nothing
if i go back to default, the title of the blog goes to normal Distinct News and not the latest post
so there has to be something missing in mystique on my end…
Forum: Themes and Templates
In reply to: Latest Post showing as Website Title??I disabled all the plugins and none worked.
So I also took out the html and css that I added to make the very top menu bar, and it’s not it. (because I had a backup of the origianl) The problem was still there.
So it isn’t plugin and it isn’t the code I added.
Anything else? 🙂
Forum: Themes and Templates
In reply to: Latest Post showing as Website Title??I don’t even know what an SEO plugin is XD I’m using plugin to post posts to Twitter, another for comments and a third for contact forms, Facebook Share, Twitter Share, Google Buzz sharing. That’s all.
Isn’t there like a code that I could put in the header or something?
Forum: Themes and Templates
In reply to: Latest Post showing as Website Title??I also tried validator w3 , but nothing seems to be making the problem.
Forum: Themes and Templates
In reply to: Latest Post showing as Website Title??So any solutions? This keeps happening every time I post a post.
Is there like a code missing? If yes, what is it please?
Thanks!
Forum: Themes and Templates
In reply to: Navigation MenuActually never mind. I’ll post that last question on a previous post.
Thanks a lot for the help!! The question is resolved! 😀
Forum: Themes and Templates
In reply to: Navigation Menusomeone before said:
Edit your dropdown.css, go to to line 27, find the class ul.dropdown
ul.dropdown {
/*float:left;*/
z-index:597;
position:relative;
width:940px;
margin:0 auto;
}
1. Delete, or comment the property float:left;
2. Add the two properties bellow: (as shown above)width:940px;
margin:0 auto;
that was to move it from like the super start of the page to the margin of the blog.But the question is, how do I change it to the other margin of the blog? I tried playing around with the values in that code but it didn’t work. Did I do something wrong? What should I do?
Thanks!
Forum: Themes and Templates
In reply to: Navigation MenuI did some testing in Adobe Dw and i don’t really need the helper.css so i took it off and my problem is solved. also now my site loads faster 😀 so no need to answer my above post 😀
just one question: any idea how to align it to the right side line of the blog and not left?
Thanks a lot!
Forum: Themes and Templates
In reply to: Navigation Menuawesome, that worked! but couple of problems 🙁
1) how do i move that menu bar to the very top and not like how it’s a little down?
2) how do i take off the line that appeared under the logo till the ad?Thanks for the help a lot!