Exclude single post from category
-
I’m displaying on my frontpage articles from a certain category. I usre this code:
<?php query_posts('cat=1&showposts=5'); ?>
Now I want to exclude an article of this listining? Is there a possibility to do this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Exclude single post from category’ is closed to new replies.