< 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() ),
],
]
));
?>
'categories',
'enabled' => blocksy_akg(
'categories',
$meta_elements,
false
),
],
[
'id' => 'author',
'enabled' => blocksy_akg(
'author',
$meta_elements,
false
),
],
// 'author_avatar' => blocksy_akg( 'has_author_avatar', $single_component, 'no' ) === 'yes',
[
'id' => 'post_date',
'enabled' => blocksy_akg(
'date',
$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'
),
],
[
'id' => 'comments',
'enabled' => blocksy_akg(
'comments',
$meta_elements,
false
),
]
]),
[
'meta_type' => ($is_cache_phase || get_theme_mod(
'has_related_meta_label',
'yes'
) === 'yes') ? 'label' : 'simple',
]
);
?>