thaheap
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Where to put Adbrite full page ad code?Can anyone help? The code still isn’t working. Any advice on where to put it?
Forum: Fixing WordPress
In reply to: RSS Feed ErrorThank you to everyone who replied. I don’t know why I wasn’t able to see the feed. I downloaded google chrome and opened the link in there and I didn’t get a error message. I guess firfox and safari were just trippin. Anyway, thanks.
Forum: Fixing WordPress
In reply to: RSS Feed ErrorThanks Esmi for the reply? When you clicked on the link you didn’t get the error message? I’m working in firefox 3.6.6 and I also have safari. In both browsers I got the error message above.
Okay, I got the problem fixed. I found the solution on another forum. In case someone is having the same problem here’s how I fixed it:
I replaced the title code in the header.php with the code below:
<title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
Pretty simple huh? Lol.
Thanks Alchymyth. I done as you advised and the problem still remains. I’ve removed the title, description, and keywords from the header.php file. I put the information in the title, description, and keywords field under the settings of the AIO SEO.
Now there’s no title on my browser bar. I’m sure there isn’t one in google search results either. So this makes me think that the problem is that AIO SEO is not working. I’ve checked to make sure that the <?php wp_head(); ?> code is above </head> and it is. I don’t know why it’s not working. Any suggestions?
Forum: Themes and Templates
In reply to: There’s not an “older entries” link at the bottom of my site.Thank you so much Esmi. That was exactly what I needed. I didn’t know where to post the code but figured it out.
For those unsure where to put the code, I put it in “main index template (index.php)” right under “<?php endif; ?>” at the bottom.
Forum: Themes and Templates
In reply to: Please help me edit my theme.Thank you for the reply. I really appreciate it.