[Resolved] Adding breadcrumbs

Home Forums Support [Resolved] Adding breadcrumbs

Home Forums Support Adding breadcrumbs

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1029838
    Elizabeth

    I followed the steps in this guide (https://docs.generatepress.com/article/adding-breadcrumbs/), but can’t figure out what I’m missing.

    #1029846
    Leo
    Staff
    Customer Support

    Hi there,

    Have you tried clearing your caching plugin?

    Let me know ๐Ÿ™‚

    #1029872
    Elizabeth

    I cleared my cache and still can’t see the breadcrumbs. I’ll look into clearing my caching plugin too.

    #1029884
    Elizabeth

    I was able to get the breadcrumbs to show up. Now I want to know how to move them so they’re below the post title instead of above the post title.

    #1030051
    David
    Staff
    Customer Support

    Hi there,

    you can use a different Hook, for example after_entry_title – but this only exists on Single posts. You can see the various hooks placement here:

    https://docs.generatepress.com/article/hooks-visual-guide/

    #1030554
    Elizabeth

    Thanks David! Do you like the way it looks? It worked to do what you said.

    #1030612
    David
    Staff
    Customer Support

    Awesome – looks great ๐Ÿ™‚

    I would suggest adding this CSS:

    .single-post .entry-meta {
        margin-bottom: 1em;
    }

    It will add a little space between the byline and the breadcrumb so the links are more accessible.

    #1033186
    Elizabeth

    omg that looks so much better!! thanks!!

    #1034121
    David
    Staff
    Customer Support

    You’re welcome

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