Feed only shows one (excluded) category
-
Hi all,
I’m currently working out the last kinks out of a WP install before launching our new site. I noticed that our RSS feed only displays two posts, from a category I’ve set as disabled using this code:
<?php if (is_home()) { query_posts("cat=-626"); } ?>
Ironically, it is this category 626 (used for seminars, but not shown on our main page) that shows up in the feed, while the other posts are nowhere to be found.
We use custom permalinks (%post-name%) and have a static page configured as our home page. We use a custom theme, but the problem remains the same if I switch to the default Kubrick theme.
Does anyone know how to make sure ALL posts except the ones from category 626 are shown in this feed?
Thanks in advance,
Stef
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Feed only shows one (excluded) category’ is closed to new replies.