[Resolved] Change order of Meta Information

Home Forums Support [Resolved] Change order of Meta Information

Home Forums Support Change order of Meta Information

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1307967
    H

    Hi,

    I would like to know how you can change the meta information order please?

    Currently it’s –

    Date Author

    I’d like it to by By Author | Date

    Thank you so much

    ps Awesome theme!

    #1308050
    Leo
    Staff
    Customer Support

    Hi there,

    You’d need this filter:
    https://docs.generatepress.com/article/generate_header_entry_meta_items/

    Adding PHP: https://docs.generatepress.com/article/adding-php/

    Let me know if you need help with the code πŸ™‚

    #1308083
    H

    Thank you for your swift response.

    This is what I’m looking for, however if I were to want a “|” character between each piece of information, how would I do this?

    #1308161
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this CSS:

    .entry-header .entry-meta > *:not(:first-child):before {
        content: " | ";
    }
    #1308389
    H

    Leo and Tom, you’re stars! Thank you so much πŸ˜€

    #1308854
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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