' . __('Pages:', 'biogenic') . '',
'after' => '
',
'link_before' => '',
'link_after' => '',
'pagelink' => '' . __('Page', 'biogenic') . ' %',
'separator' => ', ',
));
if ('' !== get_the_author_meta('description'))
{
get_template_part('template-parts/author-info');
}
?>