Exclude Categories Malfunctioning
-
I’ve got a website that appears to be playing up since upgrading to WordPress 3.1.2 and updating the database.
https://www.harmonyreins.com.au
Previously I was using the following code to exclude a couple of categories from the main post section:
<?php query_posts($query_string . '&cat=-10,-12'); ?>
Tonight I was informed by the client that all of the posts (in this case, the site belongs to an animal shelter, so each post relates to a different animal) are now appearing in the ‘Meet The Gang’ menu section, when the ones in categories ‘Recently Adopted’ and ‘Old Friends’ shouldn’t appear.
Is this a known issue with 3.1.2? Can anyone see where I might have messed up, or know a fix for this problem?
Cheers,
Chris
- The topic ‘Exclude Categories Malfunctioning’ is closed to new replies.