Show breadcrumbs on underscores theme
-
How do we show breadcrumbs on an unsupported theme?
<?php if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
} ?>Does not work as the plugin only includes if set
if ( isset( $options[‘breadcrumbs-enable’] ) && $options[‘breadcrumbs-enable’] )
require WPSEO_PATH . ‘frontend/class-breadcrumbs.php’;
- The topic ‘Show breadcrumbs on underscores theme’ is closed to new replies.