This topic has 6 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hi,
You guys currently have the breadcrumbs at the top under the title.
I’m looking at adding yeast seo, I can add this but where is the best place to add it, I added it to the header.php and it broke the website.
Where do you guys add the breadcrumbs?
Thanks in advance
Hello,
There is using et_page_heading
action (woopress/framework/theme-functions.php) in 404.php, index.php, page.php, portfolio.php, single.php files, for example, http://prntscr.com/j8yfhu
etheme_breadcrumbs
function is used in other files.
Regards
Rose, so I could remove those entries and use yoast seo breadcrumbs.
I want them to be like this picture below
You can rewrite etheme_breadcrumbs
function from woopress/framework/theme-functions.php in functions.php of child theme.
Regards
Ok Rose, so I think it is line no 816
Change this to my yoast seo code, keep everything else?
Thanks for your help
Hello,
Please provide a screenshot of code you want to add instead of breadcrumbs.
Also, do all changes via the child theme to be able to revert changes if something goes wrong.
Regards
You must be logged in to reply to this topic.Log in/Sign up