update to ver 3-09-25

This commit is contained in:
argoexpert press
2025-09-03 00:13:32 +03:00
parent 60037c5091
commit f99899e53e
12 changed files with 236 additions and 108 deletions

View File

@@ -11,7 +11,8 @@ if ($query->have_posts()) {
$query->the_post();
if ( $post_counter == 1 ) :
get_template_part('content', 'post-main-rfo', ['full_width' => $post_count === 1, 'has_video' => $has_video ]);
//get_template_part('content', 'post-main-rfo', ['full_width' => $post_count === 1, 'has_video' => $has_video ]);
get_template_part('content', 'post-rfo', ['full_width' => $post_count === 1, 'has_video' => $has_video ]);
elseif ( $post_counter == 2) :
get_template_part('content', 'post-rfo', ['full_width' => $post_count === 1 && $large_first_image, 'has_video' => $has_video]);
else:?>