';
$content_title_3 = '
';
$content_title_2 = '
';
if ($alpha_nx_one[breadcrumbs] =='0' or $alpha_nx_one[breadcrumbs] !='1'){
if (is_front_page() && is_home()) { echo ''; } // in front and home page show none
if (is_single() || is_page()){ // in single page or page show only title
echo $content_title_1;
echo the_title();
echo $content_title_2;}
}
?>
>
' . $tag_list . ' ';
} } ?>
';
echo '' . __( 'Written by ', 'alpha-nx-one' ) . get_the_author() . '
';
echo '' ;
echo the_author_meta('description') ;
echo '' ;
echo '';
}
?>