';
switch ( $breadcrumb_type ) {
case 'simple':
blogism_simple_breadcrumb();
break;
default:
break;
}
echo '
';
}
endif;
add_action( 'blogism_action_before_content', 'blogism_add_breadcrumb' , 7 );
if ( ! function_exists( 'blogism_footer_goto_top' ) ) :
/**
* Go to top.
*
* @since 1.0.0
*/
function blogism_footer_goto_top() {
echo '