query_posts excluding cat by slug
-
Hello guys,
I’m currently working in a custom loop :
<?php query_posts ($query_string.'&offset=3') ; ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <!-- etc -->
I need to add something to exclude certain category by its slug.
I don’t know how to do it.Many thanks for any help !
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘query_posts excluding cat by slug’ is closed to new replies.