I am calling content type portfolio in a page but i want to show some pages by id with portfolio content type, below code only retrieve the portfolio posts.
$args = array( 'post_type' => 'portfolio', 'include' => '73,71' ,
'posts_per_page' => 30, 'order' => 'ASC', 'paged' => get_query_var('paged'));
$loop = new WP_Query( $args );
while ( $loop->have_posts() ) : $loop->the_post();
Note: include Id 73,71 content types are 'page'