Archived topic
Issue after adding rankmath code for breadcrumbs
3 replies · Started by Aditya on August 7, 2022
I added rankmath code that is given by their plugin: if (function_exists('rank_math_the_breadcrumbs')) rank_math_the_breadcrumbs();
I added it in header.php but the page looks broken like: https://tinyurl.com/2bafr53n, https://tinyurl.com/24pobgnn
How to fix?
Hi there,
don't directly edit the header.php.
Use a Hook Element to add the code:
https://docs.generatepress.com/article/hooks-element-overview/
Set the Hook to: generate_before_main_content.
You can see other hook positions here:
https://docs.generatepress.com/article/hooks-visual-guide/
Make sure to check the Execute PHP and set the Display Rules location.
Its done, thanks :D
You're welcome