In the wordpress loop, how can I prevent 2 of my posts from appearing, ie exclude the:
<?php while ( have_posts() ) : the_post(); ?>
Is it possible?
Thanks!
In the wordpress loop, how can I prevent 2 of my posts from appearing, ie exclude the:
<?php while ( have_posts() ) : the_post(); ?>
Is it possible?
Thanks!
You must be logged in to post a comment.
try this:
where 1 and 2 are posts that you want to exclude.