section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Blog_Mantra */ ?> > >
'nav', 'class' => 'breadcrumb', 'show_browse' => false, 'before' => '
', 'after' => '
', 'show_on_front' => true, 'network' => false, 'show_title' => true, 'echo' => true ); } else { $breadcrumb_args = array( 'container' => 'nav', 'class' => 'breadcrumb', 'show_browse' => false, 'before' => '
', 'after' => '
', 'show_on_front' => true, 'network' => false, 'show_title' => true, 'echo' => true ); } blog_mantra_breadcrumb( $breadcrumb_args ); } }