[Resolved] Move cat links location on posts and category archive pages

Home Forums Support [Resolved] Move cat links location on posts and category archive pages

Home Forums Support Move cat links location on posts and category archive pages

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #470852
    David

    I’m looking to move the category links on my posts and archive pages. I was wondering if there was a way to move the category links

    A- from below the content on posts to directly below the entry title
    B-on my archive list of posts, move category link from under excerpt to the lower left corner of featured image thumbnail. If thats not possible, move category link from under excerpt to under title

    Thanks

    #470990
    Leo
    Staff
    Customer Support
    #471019
    David

    tried A) pasted both parts into child theme functions.php and it totally removed cat-links
    tried B) but didnt do anything

    not sure what I’m doing incorrectly

    #471032
    Leo
    Staff
    Customer Support

    A) Think I gave you the wrong link. Try Tom’s solution: https://generatepress.com/forums/topic/display-post-categories-and-tags-below-title/#post-443405

    And also read the replies below as well.

    B) Can you guide me to a category page?

    #471055
    David

    that didnt work either

    /dog-tips is a category archive

    thanks

    #471101
    Tom
    Lead Developer
    Lead Developer

    Try adding this CSS:

    .entry-header .entry-meta {
        display: block;
    }
    #471119
    David

    were close, now displays below title on posts and archive pages, but is also still displaying below the content. If we just get rid of it below the content we got it, thanks

    #471443
    Leo
    Staff
    Customer Support

    Try this:

    footer.entry-meta .cat-links {
        display: none;
    }
    #471579
    David

    thanks Leo, works like a charm

    #471645
    Leo
    Staff
    Customer Support

    No problem!

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