redirect and feed problem
-
I am writing a new plugin which publish special content to feed.
The urls-like privateRSS/124 should redirected by my .htaccess as
RewriteRule privateRSSfeed/(.*) /index.php?feed=rss2&privateRSSurl=$1 [L]If I do not change anything I got the normal rss header, but there is no content. I mean there are no
<item>...</item>parts.I think this is somehow because the feed_rss2.php file when executed get false at
if(have_posts())just I can not find out why.Any idea?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘redirect and feed problem’ is closed to new replies.