$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'
),
);
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!!!