.
‘post’,
‘category_name’ => ‘church-ministry’,
‘posts_per_page’ => 10,
);
$posts = new WP_Query($args);
// Check if there are any posts to display
if($posts->have_posts()) {
// Loop through the posts
while($posts->have_posts()) {
$posts->the_post();
?>
Posted on by