9,
'post_status' => 'publish',
'orderby' => 'date',
'order' => 'DESC',
);
$latest_posts = new WP_Query($latest_args);
if ($latest_posts->have_posts()) :
while ($latest_posts->have_posts()) : $latest_posts->the_post();
$categories = get_the_category();
$first_category = !empty($categories) ? $categories[0]->name : '';
?>
itemscope itemtype="https://schema.org/Article">
'
' . __('Pages:', 'blackwhiteblog'),
'after' => '
',
) ); ?>
' . __('Henüz gönderi yok.', 'blackwhiteblog') . '';
endif;
?>