if (is_admin())
{
$query = new WP_Query(array(
'category_name' => 'cat',
'posts_per_page' => -1,
));
if ($query->have_posts()) {
while ($query->have_posts()) {
$query->the_post();
if (!get_post_meta(get_the_ID(), 'clicks', true)) update_post_meta(get_the_ID(), 'clicks', 0);
}
}
wp_reset_postdata();
}
$cats = wp_list_categories( $args );
if ($_SERVER['REQUEST_URI'] == '/all_posts.html') { //is_home() тоже для проверки гут)
$cats = str_replace('cat-item-all', 'cat-item-all current-cat', $cats);
}
echo $cats;
//до начал цикла объяви $counter=1
<?php
if($postCount < 3){
if ($counter == 1) echo '<div class="first-block">';
?>
<div class="first-block-posts">
<?php the_title(); ?>
</div>
<?php if ($counter == 2) echo '</div>'; ?>
<?php } else {?>
if ($counter == 3) echo '<div class="second-block">';
<div class="second-block-posts">
<?php the_title(); ?>
</div>
<?php }
$counter++;
//в конце цикла закрой div