Title: Plugin not showing category posts..
Last modified: April 9, 2017

---

# Plugin not showing category posts..

 *  [kikib](https://wordpress.org/support/users/kikib/)
 * (@kikib)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/plugin-not-showing-category-posts/)
 * I’m having trouble displaying the posts by the category. I installed the plugin
   and changed the posts in the category. I even copied the “Reorder Terms Query”
   custom code and added it to my page template like this:
 *     ```
       <?php
       $args = array (
       	'cat'              => 5,
       	'post_type' => 'galeria',
       	'order' => 'ASC',
       	'post_status' => 'publish',
       	'posts_per_page' => -1,
       	'meta_key' => '_reorder_term_category_galleriaposts',
       	'orderby' => 'meta_value_num title'
       );
       $the_query = new WP_Query( $args ); ?>
       ```
   
 * However, it’s not displaying the order that I wanted it to display. Do you have
   the documentation or something that’ll help me to display the category posts?

The topic ‘Plugin not showing category posts..’ is closed to new replies.

 * ![](https://ps.w.org/reorder-by-term/assets/icon-256x256.png?rev=1471168)
 * [Reorder by Term](https://wordpress.org/plugins/reorder-by-term/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/reorder-by-term/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/reorder-by-term/)
 * [Active Topics](https://wordpress.org/support/plugin/reorder-by-term/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/reorder-by-term/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/reorder-by-term/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [kikib](https://wordpress.org/support/users/kikib/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/plugin-not-showing-category-posts/)
 * Status: not resolved