@wpbeginner yah,
$args = array(
‘posts_per_page’ => 2,
‘post_type’ => sermonaudio
);
query_posts($args);
Is what I got… No luck.
@wpbeginner yah,
$args = array(
‘posts_per_page’ => 2,
‘post_type’ => sermonaudio
);
query_posts($args);
Is what I got… No luck.