Bread Crumbs
-
Hello Neve Support Team,
I plan to put ‘breadcrumbs’ on all the pages and posts. One option is to use the Yoast’s Breadcrumbs. They recommend inserting the following php code:
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
}
?>in the “single.php”, “page.php”, or “header.php”.
1). Any ideas how to implement it?
2). What other suggestions you have to spread the breadcrumbs all over the pages and posts?Thank you for your help.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Bread Crumbs’ is closed to new replies.