[Resolved] Move tags and category to the top next to date and name

Home Forums Support [Resolved] Move tags and category to the top next to date and name

Home Forums Support Move tags and category to the top next to date and name

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1343912
    Janet Davis

    Hello,
    I’ve tried several CSS from the forum to move the tag and category from the bottom of the blog post to inline with the name and date at the top. Or right below it.

    None have worked.

    Thank you
    Janet

    #1343916
    Leo
    Staff
    Customer Support
    #1343919
    Janet Davis

    I. added the php to the snippet plugin as per instruction and it didn’t do anything.

    add_filter( ‘generate_header_entry_meta_items’, function() {
    return array(
    ‘categories’,
    ‘date’,
    ‘author’,
    );
    } );

    #1343947
    Leo
    Staff
    Customer Support

    Looks like it’s working?
    https://www.screencast.com/t/r0806ZoM4

    #1654127
    Den

    Hey team,

    It worked for me 🙂

    But now, there are 2 links for the category (one on the top of the post and one at the end)

    When I tried disabling the post category from Customize >> Layout >> Blog >> Single

    it just turned off both the links. Is there a way we can use to disable the category link that is present at the end of the post?

    If yes, then how?

    Thanks in advance

    #1654867
    Leo
    Staff
    Customer Support

    You will need to use this filter as well:
    https://docs.generatepress.com/article/generate_footer_entry_meta_items/

    PLease open a new topic if you need further help with this.

    Thanks!

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