Archived topic
Posts, show author name, date
7 replies · Started by Henrik on November 9, 2017
This is a post: https://hugf.dk/fed-fredag/
I'm trying to achieve author and date below the title, as in this https://hugf.dk/ (used WP Show Posts)
Hi there,
Looks like you are using page builder for that post? It strips GP's normal title and entry meta.
You'd have to ask them how to add author and date below title.
Okay, that's where the cat is buried... What do you recommend instead?
well I would always recommend not using page builder and looks like you already are :)
Now it's just the CSS you've added that's hiding the title and meta line:
.page .entry-header,
.single .entry-header { display:none; }
Yeah, that did the trick, thanks.
You don't recommend page builders, so, you just use the "plain" editor that Wordpress provides?
Yup with some HTML and CSS :)
Keep the site lighter and faster.
These three articles are useful if you want to give it a shot:
https://docs.generatepress.com/article/creating-columns/
https://docs.generatepress.com/article/responsive-display/
https://docs.generatepress.com/article/sections-overview/
Allright Leo, thanks!
No problem :)