>
< class="ct-module-title">
>
'ct-trending-block-item'
],
$post['image'] .
blocksy_html_tag(
'div',
[
'class' => 'ct-trending-block-item-content'
],
$post['taxonomy'] .
blocksy_html_tag(
'a',
[
'href' => $post['url'],
'class' => 'ct-post-title',
],
$post['title']
) .
$post['price']
)
);
}
?>