'post',
'posts_per_page' => 10,
'paged' => $paged,
'category__in' => get_queried_object_id()
);
$query = new WP_Query($args);
?>
if ($query->have_posts()) : ?>
while ($query->have_posts()) : $query->the_post(); ?>
$counter++;
$formatted_date = format_event_date(); ?>
= show_post_image(); ?>
= the_title() ?>
endwhile; ?>
if ($counter == 4) : ?>
endif; ?>
endif; ?>
На главную
custom_pagination(); ?>