• I know, this has been asked millions of time
    but i coudnt find a exact answer for this one

    im using the normal loop in wordpress, does anybody knows how to exclude a specific tag in there?

    <?php if (have_posts()) : $count = 0; ?>
            <?php while (have_posts()) : the_post(); $count++; ?>

    thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Exclude tag from loop’ is closed to new replies.