[Resolved] Show updated date only through hook

Home Forums Support [Resolved] Show updated date only through hook

Home Forums Support Show updated date only through hook

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1514364
    Sagar

    I want to show the updated date only on author box, but the data is being extracted from metadata. The code I am using to show the date on author box is given below. What code do I need to type to replace generate_do_post_meta in order to show only updated date? <?php echo generate_do_post_meta_item( 'date' ); ?>

    #1514798
    David
    Staff
    Customer Support
    #1514807
    Sagar

    I had already tried that, but the issue is I am getting time and location on my end. Please check the blog post of site I had provided earlier to you.

    #1514856
    David
    Staff
    Customer Support

    That function has lots of options, for just the date you would do:

    <?php echo get_the_modified_date( 'F j, Y' ); ?>

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