Title: Exclude tag from loop
Last modified: August 20, 2016

---

# Exclude tag from loop

 *  [canutedechou](https://wordpress.org/support/users/canutedechou/)
 * (@canutedechou)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/exclude-tag-from-loop/)
 * 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)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/exclude-tag-from-loop/#post-2712727)
 * [http://codex.wordpress.org/Function_Reference/query_posts](http://codex.wordpress.org/Function_Reference/query_posts)
 *  Thread Starter [canutedechou](https://wordpress.org/support/users/canutedechou/)
 * (@canutedechou)
 * [14 years ago](https://wordpress.org/support/topic/exclude-tag-from-loop/#post-2712993)
 * I try with query_post
    the problem is, that this query is not working with pagination
   or wp_navi
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years ago](https://wordpress.org/support/topic/exclude-tag-from-loop/#post-2712994)
 * [http://codex.wordpress.org/Function_Reference/query_posts#Preserving_Existing_Query_Parameters](http://codex.wordpress.org/Function_Reference/query_posts#Preserving_Existing_Query_Parameters)

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

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/exclude-tag-from-loop/#post-2712994)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
