advanced code snippet search
tomdowning on 09/21/11
wordpress
09/21/11 10:44pm
$wp_query = new WP_Query( array('post_type' => 'post_type', 'tax_query' => array( array( 'taxonomy' => 'tax_type', 'field' => 'id', 'terms' => id number ), ), 'order' => 'DESC', 'orderby' => 'date', ));
Report this snippet Tweet
Comment:
You need to login to post a comment.