http://feeds.feedburner.com/Clock is my feed URL of 2+ years.
My WordPress blog is http://www.pencoyd.com/clock
The feed is "valid" but doesn't have any posts, which I never noticed,
but a reader commented last week that my feed appears empty since
"April" -- I upgraded from WP 2.3.3 to WP 2.5.1 at beginning of May,
continuing to use FeedSmith plugin 2.3.1.
I've read the FeedSmith plugin info carefully (http://www.google.com/support/feedburner/bin/
answer.py?answer=78483&topic=13252) and I've checked my .htaccess file
-- nothing problematic, that I can see. (Pasted below, just in case.)
Any other tips/thoughts? I'm lost at this point.
Related side note: I also don't understand _where_ (which URL) FeedBurner actually uses to pick up the feed, since http://www.pencoyd.com/clock/wp-rss2.php
redirects to http://feeds.feedburner.com/Clock correctly.
Thanks,
John
(the .htaccess file in the /clock directory)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /clock/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /clock/index.php [L]
</IfModule>
# END WordPress