rreiter
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Comments Feed has stopped validatingThanks! Solution works great!
Forum: Everything else WordPress
In reply to: Comment Feed is not longer valid after 2.7 UpdateBoth solutions offered in the postings seemed to fix the problem. Comments feed is working again! Your help is MUCH appreciated! Thanks!
Forum: Everything else WordPress
In reply to: RSS FEEDThe RSS widget is designed to add an outside to your blog. Your theme probably has an RSS button somewhere on your blog page that your readers can use to subscribe. If for some reason your theme has no RSS buttons built into it, you can create them by adding code to your sidebar in the theme editor.
For Your Feed:
<li> <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a> </li>For Your Comments:
<li> <a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a> </li>Once you have a link, your readers can use it to subscribe.
Hope this helps.Forum: Requests and Feedback
In reply to: Comments Feed has stopped validatingI have even tried copying and pasting the code for adding a feed to your side bar from the codex page. First, the html code was not displaying correctly in the side bar.
When I clicked on the new link, I got a 404 error that said that the sub folder that the blog is installed in could not be found. The only thing I noticed, was that there was an additional “<” after the folder name:
/folder_name/<
It honestly looks like there may be a bug in the code that does not like the fact that the blog is installed in a sub folder. Any suggestions?
Forum: Fixing WordPress
In reply to: RSS problem Internet explorerSorry, but I need a little more help… What file would that be? I have tried reloading most of the files that appear to affect the RSS feeds.
Forum: Fixing WordPress
In reply to: RSS problem Internet explorerI have discovered the same problem… In my case I updated 2 different sites, running 2 different themes. The regular feed works fine, but the comments feed is not working in either site.
When I try to validate the feed, both get an error in line 18:
XML parsing error: <unknown>:18:62: not well-formed (invalid token)Any help with this would be greatly appreciated as I have group that uses this comments RSS feed daily.
Forum: Requests and Feedback
In reply to: Comments Feed has stopped validatingMore Information…
In both cases the blogs are in a sub folder of a site. The feed validator lists the LAST LETTER in the sub folder as the problem
For example, the “S” in members is listed as the issue below:
<link>http://www.ncgangs.org/members/?p=979&cpage=1#comment-15</link>
Also the “G” in blog is listed as the problem below:
<link>http://www.lifeatantioch.org/Pastors_Blog/?p=130&cpage=1#comment-80</link>
Both are RSS 2.0 feeds.