Can I get back my reg. RSS feed?
-
I tried changing my rss feeds to feedburner and that didn’t work, so I want to get it back to the regular stock RSS setting before I changed it to feedburner (since it seems no one knows how to fix feedburner rss feeds).
here’s my last guess of how to do it which is basically putting in the code from the original template (it’s underneath the META section on the sidebar of my blog) but it’s obviously wrong since it doesn’t work. I’ve tried putting spaces between the tags so they don’t show up and I have black and white small circles all over my blog now as well as this in the upper right hand corner of the screen “div id=”menu” >
< li id=”meta”>< h2 ><?php _e(‘Meta:’); ?>< /h2 >
< ul >
< ?php wp_register(); ? >
< li>< ?php wp_loginout(); ? >< /li >
< li>< a href=”< ?php bloginfo(‘rss2_url’); ?>” title=”< ?php _e(‘Syndicate this site using RSS’); ? >”>< ?php _e(‘RSS’); ?>< /a>< /li>
<li >< a href=”<?php bloginfo(‘comments_rss2_url’); ? >” title=”< ?php _e(‘The latest comments to all posts in RSS’); ? >”>< ?php _e(‘Comments RSS’); ? >< /a>< /li>
< ?php wp_meta(); ? >< /li >
< ?php wp_meta(); ? >
< /li >
< li></li >I’ve tried going to other WP blogs and copying their source codes for the RSS and substituting my domain for theirs, I’ve tried pasting the original code in (ie from northern web coders template) but nothing has worked so far.
any suggestions on what the code should be?
Pete
- The topic ‘Can I get back my reg. RSS feed?’ is closed to new replies.