'div', 'show_browse' => false ); global $ample_blog_theme_options; $ample_blog_theme_options = ample_blog_get_theme_options(); $ample_blog_you_are_here_text = esc_html( $ample_blog_theme_options['ample-blog-breadcrumb-text-option'] ); if( !empty( $ample_blog_you_are_here_text ) ){ $ample_blog_you_are_here_text = "".$ample_blog_you_are_here_text.""; } echo "

".$ample_blog_you_are_here_text."

"; breadcrumb_trail( $breadcrumb_args ); echo "
"; // breadcrumb_trail(); ?>