Guest User

Untitled

a guest
Nov 21st, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if (have_posts()) : while (have_posts()) : the_post(); ?>
  2.  
  3. global $wp_query;
  4. $args = array_merge( $wp_query->query_vars, array( array('taxonomy_name'=>'taxonomy') );
  5. query_posts( $args );
  6.  
  7. $args = array_merge( $wp_query->query_vars, array( 'post_type' => 'home' );
Add Comment
Please, Sign In to add comment