How to setup Breadcrumbs above post title?
-
Every post has a category link just above the title of the post. This includes for pages also.
But, I want to replace the existing “category name with link” to “BreadCrumbs generated by Yoast plugin”.If I place the breadcrumbs codes in last of header.php file, then the breadcrumbs are coming above Category Title which looks odd.
Please provide the way, or file name where I can penetrate my breadcrumb code so that, the “category” above the posts title, gets replaced by Yoast generated breadcrumbs. Pages doesn’t are in categories so they can be left with default setting.
The 2 lines of codes which needs to be inserted are
<?php if ( function_exists('yoast_breadcrumb') ) {yoast_breadcrumb('<p id="breadcrumbs">','</p>');} ?>
- This topic was modified 7 years ago by . Reason: More descriptive
- This topic was modified 7 years ago by .
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 ‘How to setup Breadcrumbs above post title?’ is closed to new replies.