Archived topic
How do I get author meta to look like in Rehub theme?
7 replies · Started by Erik on June 8, 2021
I want to switch to Generatepress, but I want to keep the exact design of the site, built on Rehub theme.
How do I get the author meta of Generatepress to look like this:
Avatar
Name
Updated date
Example: https://fitfact.no/traningsmaskin/crosstrainer/crosstrainer/
I can use float:left on the avatar, but how do I get the posted on date below the avatar?
Hi there,
are you using the Block editor ? If so you can construct your own 'author box' using a Block element:
https://docs.generatepress.com/article/block-element-overview/
It supports dynamic content, eg. author image, author name, date etc.
Theres quite a few videos on our YT Channel showing how to use the Block Element and Dynamic content:
https://www.youtube.com/c/GeneratePress/videos
let me know
No, I use code in functions.php
Plenty of Filters available for adding items to the entry meta:
https://docs.generatepress.com/article/generate_header_entry_meta_items/
As well as filtering author etc. heres a similar example:
https://generatepress.com/forums/topic/customizing-post-author-and-data-metadata/#post-1731878
Thanks, I will take a look.
Do you have a list of recommended front end developers that work with Generatepress?
We don't unfortunately have a list of developers.
Do you need more help on achieving that Author Meta ?
I will test today and get back.
Let us know - happy to provide a snippet if you need :)