', '' );
?>
'' . esc_html__( 'Pages:', 'beauty-studio' ),
'after' => '
',
) );
/*author bio*/
$beauty_studio_show_author_info = $beauty_studio_customizer_all_values['beauty-studio-show-author-info'];
if( 1 == $beauty_studio_show_author_info ){
get_template_part( 'template-parts/content', 'author' );
}
?>