BLOG

{foreach from = $item->items item = post name='BlogMemberBlock'}
{assign var = 'url' value = 'Qs_String::fill'|call_user_func:$item->viewLink:$post}
{if $post.image}
{html_image_fs name = $post.image method = $item->config.image.resizeMethod width = $item->config.image.width height = $item->config.image.height alt = $post.title title = $post.excerpt|default:$row.title href = $url itemprop = "image" }
{/if}
{/foreach} Show All Posts