20 Something Bloggers

The Bloggers With The Most To Say

When I post on a site that has CommentLuv, it says it can't find my feed? What's going on? This has been happening ever since I switched to my new design template.

Views: 0

Reply to This

Replies to This Discussion

do you type http:// before you put in your website in the comment section? For some reason it won't find your last post if you just put www
Yea, I usually do that. It's strange, because it used to show mine up fine with my old layout.
This is likely because your blog is not advertising its feeds as related links in the markup. You probably also noticed that your browser stopped notifying you that there were feeds available on the page you were viewing:


My first guess is that your new theme is missing a Blogger include tag. Open up your blog control panel and stop by the Layout > Edit HTML page. In the text box, look for <head> and paste the following on a new line directly after it:
<b:include data='blog' name='all-head-content'/>

If you see the above line of code already, check Settings -> Site Feed and make sure that your feeds are enabled. If they aren't, turn them back on.

If you're still having issues, you can add the references manually. I'm not going to paste the markup here just yet because I want you to try these solutions first, but let me know if you still have issues and I'll reply with it.
Now how do you fix this in Wordpress? :)
You're missing a line in your header, too.

Open up your theme's header.php and add the following to a line by itself among all the other <link> tags:
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />

By the way, nice Meta-Generator tag. WordPress version "abc", huh?
I don't appreciate your tone.
Clear out.

(That's code for it worked.)

Also? Watch for stupid dumb broken plug-ins.
Awesome! It works now. :) I can see the feed icon now to let me subscribe, I couldn't see that before. Thank you so much!
You're welcome! :)

RSS

Welcome to 20 Something Bloggers!


© 2012   Created by Lisa.

Badges  |  Report an Issue  |  Terms of Service