Title: wp_get_archives customization
Last modified: August 18, 2016

---

# wp_get_archives customization

 *  [wbhamilton](https://wordpress.org/support/users/wbhamilton/)
 * (@wbhamilton)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/wp_get_archives-customization/)
 * I’m using K2 (version 0.9). In the sidebar there is a module that pulls the latest
   posts (up to 10) using wp_get_archives. Is it possible to exclude posts from 
   a particular category?
 * If so, how would I accomplish this?
 * Thanks in advance.

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

 *  [Chris_K](https://wordpress.org/support/users/handysolo/)
 * (@handysolo)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/wp_get_archives-customization/#post-448514)
 * Check [The_Loop](http://codex.wordpress.org/The_Loop) page for some example on
   how to exclude categories.
 *  Thread Starter [wbhamilton](https://wordpress.org/support/users/wbhamilton/)
 * (@wbhamilton)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/wp_get_archives-customization/#post-448657)
 * Thanks. In reading through The Loop info I understand that something like: `<?
   php if (in_category('3')) continue; ?>`
    will exclude category 3 but I don’t 
   understand how to get this to work with wp_get_archives.
 * Sorry, maybe I’m a little slow on the uptake.

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

The topic ‘wp_get_archives customization’ is closed to new replies.

## Tags

 * [modules](https://wordpress.org/support/topic-tag/modules/)
 * [wp_get_archives](https://wordpress.org/support/topic-tag/wp_get_archives/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [wbhamilton](https://wordpress.org/support/users/wbhamilton/)
 * Last activity: [19 years, 7 months ago](https://wordpress.org/support/topic/wp_get_archives-customization/#post-448657)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
