Archived topic
Pivot Theme - put publish date at bottom of post
3 replies · Started by kunal on December 19, 2018
Hi guys, in the Pivot theme, the date of publish and author is at the top of the post, how do I move it to below the post content (ie above the footer)
Thanks!
Hi Kunal,
Just to make sure, so this is the single post page currently:
https://gpsites.co/pivot/how-to-start-a-business/
And you want to move the publish date above categories?
Let me know :)
Hi Leo,
Yes. So in the link you sent above, you'll notice that there is the featured post, then right under, is the date and author (Jan 1, 2018 by Tom).
I want to move the date/author, ie "Jan 1, 2018 by Tom" to under the post content. Ie, after the last line, " Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere."
But above (or below, doesn't matter) the "Business Advise->Start Ups-> When to hire a web consultant" bread crumb
Thanks
Kunal
Try creating a new Hook Element:
https://docs.generatepress.com/article/hooks-element-overview/
With this as content:
<div class="entry-meta">
<?php generate_posted_on(); ?>
</div>
Select the after_content hook, check execute PHP and priority 1.