Site logo

[Resolved] Publish date and Modified Date on a post

Home Forums Support [Resolved] Publish date and Modified Date on a post

Home Forums Support Publish date and Modified Date on a post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1181184
    Ericka

    Hi! I want to show both PUBLISHED and UPDATE on my posts, but one below the other. Not inline, but like this:

    Last Update: February 29
    Published on: January 3

    Cheers!

    #1181495
    Leo
    Staff
    Customer Support

    Hi there,

    Try this here:
    https://docs.generatepress.com/article/show-the-updated-post-date/

    and modify:

    .posted-on .updated {
        display: inline-block;
    }

    to

    .posted-on .updated {
        display: block;
    }
    #1181524
    Ericka

    Thanks a lot!!

    #1181576
    Leo
    Staff
    Customer Support

    No problem 🙂

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