Archived topic
Breadcrumbs using hooks
3 replies · Started by Bram on February 19, 2020
(Copied from a topic answered by you)
If you want to display Breadcrumb NavXT then these are the steps:
1. Appearance > Elements > New > Hook
2. Add this to the Hook Content:
3. Select generate_before_content from the Hook List.
4. Check Execute PHP
5. On the Display Rules tab set the locations you want it displayed eg. Posts > All Posts
Hi David,
I also have a problem with the breadcrumbs.
I did exactly, step by step what you did describe above, but it seems nothing happens nor appears on the postpage Creativiteit, https://rickmoeliker.nl/creativiteit/
I expect to see something like you can see on the bottom line of the header in this example https://geldkanon.nl/affiliate-marketing-trends/
Home » Nieuws » Geld verdienen met affiliate marketing in 2020? Let op deze trends
Hi there,
What plugin are you using for SEO?
Let me know :)
Hi Leo, I found out which php and location I have to choose for Yoast(plugin) and I also found some CSS to style, but apparently not the right ones for my PHP(?)
I should like to style, colors, fonts, font-size, weight, complete with icon etc. and last but not least position(padding).
I should like to style as shown in this example https://geldkanon.nl/makkelijk-geld-verdienen/
And this is how it is shown in my current postpage https://rickmoeliker.nl/creativiteit/
I also should like to change 'Home' into 'Start'.
Kind regards,
Bram
This CSS selector should work to change the style of your breadcrumb:
p#breadcrumbs {
font-size: 20px;
text-align: center;
}
As to change home to start, that's not something GP controls so you'd need to check with Yoast's support.