Insert page with breadcrumb
-
Hi, I have another problem here, when I inserted the page it inserted the breadcrumb as well, how to disabled it. I have this code in my functions.php
add_action( 'loop_start', 'wordpress_seo_plugins_breadcrumbs' ); function wordpress_seo_plugins_breadcrumbs() { if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Insert page with breadcrumb’ is closed to new replies.