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

{$header}

{/if}
{php} $i=0; {/php} {foreach from=$posts item=post} {php} if($i!=0): {/php} {php} if($i==1): {/php}
    {php} endif; {/php}
  • {$post.title}
  • {php} else: {/php}
    {if $post.post_image!=""} {/if}

    {if $date_on == 1} {$post.post_date}
    {/if} {$post.title}

    {if $post.post_excerpt!="..." } {$post.post_content}
    {else} {$post.post_excerpt}
    {/if}
{php} endif; {/php} {php} $i++ {/php} {/foreach} {if $posts|@count != 1}
{/if}
{/if}