>
Categories :
_x( 'Published in%title', 'Parent post link', 'artist-portfolio' ),
) );
} elseif ( is_singular( 'post' ) ) {
if( get_theme_mod( 'artist_portfolio_enable_single_post_pagination',true) != '') {
// Previous/next post navigation.
the_post_navigation( array(
'next_text' => '' . esc_html(get_theme_mod('artist_portfolio_next_text', __( 'Next page', 'artist-portfolio' ))) . ' ' .
'' . __( 'Next post:', 'artist-portfolio' ) . ' ' .
'%title',
'prev_text' => '' . esc_html(get_theme_mod('artist_portfolio_prev_text', __( 'Previous page', 'artist-portfolio' ))) . ' ' .
'' . __( 'Previous post:', 'artist-portfolio' ) . ' ' .
'%title',
) );
}
}
echo '';?>