Site logo

Archived topic

Change order of Meta Information

5 replies · Started by H on May 30, 2020

Viewing posts 1–6 of 6

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!

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?

Hi there,

Try this CSS:

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

Leo and Tom, you're stars! Thank you so much :D

No problem :)

This archived topic is closed to new replies.