Title: m_tyhurst2002's Replies | WordPress.org

---

# m_tyhurst2002

  [  ](https://wordpress.org/support/users/m_tyhurst2002/)

 *   [Profile](https://wordpress.org/support/users/m_tyhurst2002/)
 *   [Topics Started](https://wordpress.org/support/users/m_tyhurst2002/topics/)
 *   [Replies Created](https://wordpress.org/support/users/m_tyhurst2002/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/m_tyhurst2002/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/m_tyhurst2002/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/m_tyhurst2002/engagements/)
 *   [Favorites](https://wordpress.org/support/users/m_tyhurst2002/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Advanced sorting by multiple tax ID’s](https://wordpress.org/support/topic/advanced-sorting-by-multiple-tax-ids/)
 *  Thread Starter [m_tyhurst2002](https://wordpress.org/support/users/m_tyhurst2002/)
 * (@m_tyhurst2002)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/advanced-sorting-by-multiple-tax-ids/#post-10379671)
 *     ```
       $TxQuery = array(
           'relation'  => 'AND',			
           array(
               'relation'  => 'AND',
               'taxonomy' => $taxName,
               'field' => 'id',
               'terms' => $termID->term_id,
               'operator'=> 'AND' //Or 'AND' or 'NOT IN'
           ),
           array(
               'taxonomy' => 'list-tags',
               'field' => 'id',
               'terms'    => array(
                   231, 233
               ),
               'operator'=> 'IN'
           ),
       );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [List of recent posts (Plugin: Customizable Post Listings)](https://wordpress.org/support/topic/list-of-recent-posts-plugin-customizable-post-listings/)
 *  [m_tyhurst2002](https://wordpress.org/support/users/m_tyhurst2002/)
 * (@m_tyhurst2002)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/list-of-recent-posts-plugin-customizable-post-listings/#post-620342)
 * Hello I am new to all of this and was wondering how I can find out what the wp_term_taxonomy
   table is to get the correct number for the category? I am running WP2.3 and Customizable
   Post Listings Version: 1.1 I hope someone can help me so I can show the recent
   posts in a specific category with a short excerpt or if there is a plugin that
   will work with the latest version of WordPress. Thanks in advance!!!

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