1
// WP_Query arguments $args = array( 'post_type' => array( 'photos', ' post' ), 'posts_per_page' => '9', ); // The Query $query = new WP_Query( $args );
// WP_Query arguments $args = array( 'post_type' => array( 'photos', ' post' ), 'posts_per_page' => '9', ); // The Query $query = new WP_Query( $args );