{extends $layout} {block content} {if $posts}

{__ 'Author Archives:'} {$author->name}

{if strlen($author->bio) !== 0}
{!$author->avatar(60)}
{_x 'About', 'about author'} {$author->name}
{$author->bio}
{/if}
{include snippets/content-nav.php location => 'nav-above'} {include snippets/content-loop.php posts => $posts} {include snippets/content-nav.php location => 'nav-below'} {ifset $themeOptions->advertising->showBox4}
{!$themeOptions->advertising->box4Content}
{/ifset} {else} {include snippets/nothing-found.php} {/if} {/block}