{if $wordpress_on == 1 && $wordpress_home_on == 1} {if $header_on == 1}

{$header}

{/if} {if $display_type=="masonary"}
{else}
{/if} {foreach key=row item=post from=$posts} {if $display_type=="masonary"}
{else}
{/if}
{if $show_image == 1} {if $show_image_position == "side" } {if $post.post_image != "" }
{$post.alt_title}
{/if}
{if $show_title == 1}

{$post.title}

{/if} {if $show_date == 1}
{$post.post_date}
{/if}
{if $post.post_excerpt=="" }{$post.post_content}{else}{$post.post_excerpt}{/if} {if $show_more == 1}{__ text="więcej" langCatalogue="stBlogFrontend"}{/if}
{if $post.post_image != "" }
{/if} {/if} {if $show_image_position == "top" } {if $post.post_image !=""}
{$post.alt_title}
{/if}
{if $show_title == 1}

{$post.title}

{/if} {if $show_date == 1}
{$post.post_date}
{/if}
{if $post.post_excerpt=="" }{$post.post_content}{else}{$post.post_excerpt}{/if} {if $show_more == 1}{__ text="więcej" langCatalogue="stBlogFrontend"}{/if}
{/if} {if $show_image_position == "float" }
{if $show_title == 1}

{$post.title}

{/if} {if $show_date == 1}
{$post.post_date}
{/if}
{if $post.post_image != "" }
{$post.alt_title}
{/if}{if $post.post_excerpt!="..." }{$post.post_content}{else}{$post.post_excerpt}{/if} {if $show_more == 1} {__ text="więcej" langCatalogue="stBlogFrontend"}{/if}
{/if} {else}
{if $show_title == 1}

{$post.title}

{/if} {if $show_date == 1}
{$post.post_date}
{/if}
{if $post.post_excerpt=="" }{$post.post_content}{else}{$post.post_excerpt}{/if} {if $show_more == 1}{__ text="więcej" langCatalogue="stBlogFrontend"}{/if}
{/if}
{/foreach}
{/if} {if $display_type=="masonary"} {use_javascript src="imagesloaded.pkgd.min.js"} {use_javascript src="masonry.pkgd.min.js"} {literal} {/literal} {/if}