true , '_builtin' => false ); $post_types = get_post_types( $args ); // ORIGINAL: //$post_types = array_merge( $post_types , array( 'post' ) ); // JR HACK: $post_types = array_merge( $post_types , array( 'post', 'page' ) ); $my_post_type = get_query_var( 'post_type' ); if ( empty( $my_post_type ) ) $query->set( 'post_type' , $post_types ); } }