';
}
?>
_x( 'Published in%title', 'Parent post link', 'beauty-studio' ),
) );
} elseif ( is_singular( 'post' ) ) {
if ( '0' != $beauty_studio_customizer_all_values['beauty-studio-single-navigation-options'] ) {
if( 'title-image' == $beauty_studio_customizer_all_values['beauty-studio-single-navigation-options'] ){
beauty_studio_single_navigation( get_the_ID(), 'title-image');
}
elseif( 'image-only' == $beauty_studio_customizer_all_values['beauty-studio-single-navigation-options'] ){
beauty_studio_single_navigation( get_the_ID(), 'image-only');
}
else{
// Previous/next post navigation.
the_post_navigation();
}
}
}
/**
* beauty_studio_related_posts hook
* @since Beauty Studio 1.0.0
*
* @hooked beauty_studio_related_posts - 10
*/
do_action( 'beauty_studio_related_posts' ,get_the_ID() );
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
endwhile; // End of the loop.
?>
';
}
?>