Archived topic
Move post-meta above title
20 replies · Started by LoGP on December 26, 2017
Hey guys,
Any other proper solution I could try? Or is this just not possible in GP?
Cheers
L
Sorry about that - we missed your last reply.
When you deactivate the post date, is the category option still enabled? Can you disable the post date so I can see why it's not showing up?
Hey Tom,
No worries.
Yes the category option is still enabled when I deactivate the post date.
I have now only activated the "Display post categories" option. Also the snippet is activated that should post the category above the title.
You can check it.
Thanks
L
Try adding this CSS now:
.entry-header .entry-meta {
display: block;
}
Yes it works! :) Thanks a bunch!
Cheers
L
You're welcome :)