RSS feed set-up problem
-
Hi,
If anyone can help me with this I’d be really grateful.
I’ve been trying to set up my RSS feeds. I’m creating my own theme and I’ve placed the links (one text link, one image link) in the header. I’ve used the following code:
<a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">Subscribe</ab'); ?></a> <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><img border="0" src="<?php echo bloginfo( 'template_directory' ) . '/rss.png'; ?>" alt="RSS icon" title="RSS Feed" align="middle"/>
When I click on the links I get through to the feed url (https://www.madebymadigan.com/feed/ on Firefox, and feed://www.madebymadigan.com/feed/ on Safari), but Google Reader can’t find a feed for my site and I don’t have any RSS icons coming up in the navigation bars of either Firefox or Safari.
My site is https://www.madebymadigan.com. Sorry if this is a really basic question, but I’m an illustrator, not a developer, and I’m struggling a bit over this.
Thanks for your time,
Kate
- The topic ‘RSS feed set-up problem’ is closed to new replies.