Exclude an author
-
I’m attempting to exclude an author from the loop using the following code, but have not had any success.
<?php while (have_posts()) : the_post(); ?> <?php if (is_author('2')) continue; ?>
Please advise – thanks in advance.
_sean
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Exclude an author’ is closed to new replies.