Archived topic
Change order of Meta Information
5 replies · Started by H on May 30, 2020
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!
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 :)
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 :)