[Support request] Pivot Theme – put publish date at bottom of post

Home Forums Support [Support request] Pivot Theme – put publish date at bottom of post

Home Forums Support Pivot Theme – put publish date at bottom of post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #761593
    kunal

    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!

    #761635
    Leo
    Staff
    Customer Support

    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 🙂

    #761672
    kunal

    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

    #761745
    Leo
    Staff
    Customer Support

    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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.