Title: Show the whole archive
Last modified: August 21, 2016

---

# Show the whole archive

 *  Resolved [Sol1dus](https://wordpress.org/support/users/sol1dus/)
 * (@sol1dus)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/the-archive/)
 * Is it possible to show the whole archive of the posts instead of only the posts
   on the selected taxonomy?
 * Thanks in advance.
 * [https://wordpress.org/plugins/category-posts-in-custom-menu/](https://wordpress.org/plugins/category-posts-in-custom-menu/)

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

 *  Thread Starter [Sol1dus](https://wordpress.org/support/users/sol1dus/)
 * (@sol1dus)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/the-archive/#post-4950404)
 * I’ve been through the code and it seems commenting this piece solves the problem.
   Could anyone with more knowledge than me please confirm me this?
 *     ```
       $query_arr['tax_query'] = array(array('taxonomy'=>$menu_item->object,
       	'field'=>'id',
       	'terms'=>$menu_item->object_id
       ));
       ```
   
 *  Plugin Author [Diana van de Laarschot](https://wordpress.org/support/users/anaid/)
 * (@anaid)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/the-archive/#post-4950649)
 * Hi Sol1dus,
 * your request is not the intention of my plugin and I cannot guarantee that the
   plugin will work correctly. It looks just fine, but be sure to test this thoroughly
   for posts that do not belong to a taxonomy.
 * I hope you find the plugin useful.
 * Kind regards,
    Diana
 *  Thread Starter [Sol1dus](https://wordpress.org/support/users/sol1dus/)
 * (@sol1dus)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/the-archive/#post-4950650)
 * Hello.
 * Thanks for the reply. I understand that, but after a long search your plugin 
   was as close as I could get. 🙂 It seems like this it works for what I need.
 *  Plugin Author [Diana van de Laarschot](https://wordpress.org/support/users/anaid/)
 * (@anaid)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/the-archive/#post-4950651)
 * Hi Sol1dus,
 * if it works, enjoy! 🙂
 * Kind regards,
    Diana

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

The topic ‘Show the whole archive’ is closed to new replies.

 * ![](https://ps.w.org/category-posts-in-custom-menu/assets/icon-128x128.png?rev
   =2539336)
 * [Category Posts in Custom Menu](https://wordpress.org/plugins/category-posts-in-custom-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/category-posts-in-custom-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/category-posts-in-custom-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/category-posts-in-custom-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/category-posts-in-custom-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/category-posts-in-custom-menu/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Diana van de Laarschot](https://wordpress.org/support/users/anaid/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/the-archive/#post-4950651)
 * Status: resolved