Exclude categorys from feed but keeping functionality
-
Hello,
I need to exclude some categories from main feed, so I added$posts = query_posts(‘cat=-1,-5,-8’);
before
while( have_posts()) : the_post();
in feed-rss2.php
It worked, but now, categories and tags feeds show the main feed.
ie: mysite.com/tag/moon/feed/ shows the same as mysite.com/feed/.
Do you know how to exclude categories but keeping the feed’s functionality?
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Exclude categorys from feed but keeping functionality’ is closed to new replies.