[Support request] Breadcrumbs using hooks

Home Forums Support [Support request] Breadcrumbs using hooks

Home Forums Support Breadcrumbs using hooks

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1170874
    Bram

    (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

    #1170964
    Leo
    Staff
    Customer Support

    Hi there,

    What plugin are you using for SEO?

    Let me know 🙂

    #1171680
    Bram

    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

    #1171713
    Leo
    Staff
    Customer Support

    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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.