qfisher
04-30-2010, 01:29 AM
I'm looking for a method to restrict a specific category from displaying on the home page when using the magazine layout. I'm using Theme version 5.25. In the past I was able to use the code below in the layout/mag-loop.php file, however it does not function with 5.25
<?php query_posts($query_string . '&cat=4,5,96,9,10,6'); ?>
Thanks;
Quinn
<?php query_posts($query_string . '&cat=4,5,96,9,10,6'); ?>
Thanks;
Quinn