If you would like to exclude one post from your blog, archive, search results or wherever you need to on your blog, you can do so by putting in a small piece of code within the particular WordPress loop:
The following example will show all posts except for the post with the ID of 179:
<?php the_content();?>
<?php endwhile;endif;?>
This is something that I get a lot of requests for and is very useful in a number of situations.
Comments/Pingbacks/Trackbacks
Add a Comment or trackback from your own site.


DamionKutaeff
March 23rd, 2008 at 2:02 amHello everybody, my name is Damion, and I’m glad to join your conmunity,
and wish to assit as far as possible.