Archived topic
Breadcrumb Not Showing
6 replies · Started by Sundry on February 10, 2022
After the update again breadcrumbs not showing. Pinterest saves it button on hover also not working.
This time I pasted the code in functions.php and content-single.php respectively. Still not working.
Hi there,
Where did you add the breadcrumbs before?
It's never a good idea to edit the parent theme's core file like function.php or content-single.php as the entire theme folder is replaced during updates.
Try this method instead:
https://docs.generatepress.com/article/adding-breadcrumbs/
Thank you Leo, for the video tutorial link.
For Documentation, anyone reading this doesn't find a block element on right column disable classic editor :)
Please help me enable Pinterest to save it button on picture hover. I use to paste into:
<script async defer data-pin-hover=”true” data-pin-tall=”true” src=”//assets.pinterest.com/js/pinit.js”></script> code in content-single.php above </article>.
How to do it correctly? I want to show only on posts.
FYI, Breadcrumbs are live with the block method.
Glad to hear :)
Please help me enable Pinterest to save it button on picture hover. I use to paste into:
<script async defer data-pin-hover=”true” data-pin-tall=”true” src=”//assets.pinterest.com/js/pinit.js”></script> code in content-single.php above </article>.
How to do it correctly? I want to show only on posts.
Please open a new topic.
Thanks!