Title: Feature Request &#8211; Archives
Last modified: August 20, 2016

---

# Feature Request – Archives

 *  [vmodha](https://wordpress.org/support/users/vmodha/)
 * (@vmodha)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/feature-request-archives/)
 * I’ve got the most recent version of your Plugin, the ‘Archive’ widget reads:
 * ‘An advanced widget that gives you total control over the output of your archives.’
 * BUT it hasnt got an option on there to exclude archives by category. I’ve recently
   created an employee category and we don’t want the recent posts list populated
   by all of the new employees.
 * Would you consider adding an ‘exclude from category’ option in you ‘Archive’ 
   functionality?

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

 *  [Todd](https://wordpress.org/support/users/toddneufeld/)
 * (@toddneufeld)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/feature-request-archives/#post-2170196)
 * I have a similar problem — I want to display one category of the archives, but
   can’t. I tried using Widget Logic and the “in_category()” parameter, but it didn’t
   like that.
 * Does anyone have a work-a-round?
 *  Thread Starter [vmodha](https://wordpress.org/support/users/vmodha/)
 * (@vmodha)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/feature-request-archives/#post-2170197)
 * Maybe you could try using CSS to hide what you don’t want to show? I don’t fully
   understand what it is you’re trying to do so it may not work.
 * E.g.
 *     ```
       .widget ul.categories li
       {
       display:none;
       }
   
       .widget ul.categories li.cat-item-4
       {
       display:block;
       }
       ```
   
 * Best of luck.
 *  [intheshallow](https://wordpress.org/support/users/intheshallow/)
 * (@intheshallow)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/feature-request-archives/#post-2170225)
 * I would also like some acknowledgement of this possibly being added in?
 *  Plugin Author [Justin Tadlock](https://wordpress.org/support/users/greenshady/)
 * (@greenshady)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/feature-request-archives/#post-2170226)
 * This will have to change in WordPress core for it to change in the plugin. The
   widget is a wrapper for the `wp_get_archives()` function, which does not currently
   allow you to specify the category.

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

The topic ‘Feature Request – Archives’ is closed to new replies.

 * ![](https://ps.w.org/widgets-reloaded/assets/icon-256x256.png?rev=1733875)
 * [Widgets Reloaded](https://wordpress.org/plugins/widgets-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/widgets-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/widgets-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/widgets-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/widgets-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/widgets-reloaded/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [Justin Tadlock](https://wordpress.org/support/users/greenshady/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/feature-request-archives/#post-2170226)
 * Status: not resolved