< class="ct-block-title">
>
have_posts() ) { ?>
the_post(); ?>
>
get_post_thumbnail_id(),
'ratio' => get_theme_mod(
'related_featured_image_ratio',
'16/9'
),
'tag_name' => 'a',
'size' => 'medium_large',
'html_atts' => [
'href' => esc_url( get_permalink() ),
],
]
));
?>
blocksy_akg(
'categories',
$meta_elements,
false
),
'author' => blocksy_akg(
'author',
$meta_elements,
false
),
// 'author_avatar' => blocksy_akg( 'has_author_avatar', $single_component, 'no' ) === 'yes',
'post_date' => blocksy_akg(
'date',
$meta_elements,
false
),
'comments' => blocksy_akg(
'comments',
$meta_elements,
false
),
],
[
'date_format_source' => get_theme_mod(
'related_date_format_source',
'default'
),
'date_format' => get_theme_mod(
'related_meta_date_format',
'M j, Y'
),
'labels' => $is_cache_phase || get_theme_mod(
'has_related_meta_label',
'yes'
) === 'yes',
]
);
?>