Not sure if this is what you are looking for:
Published on <a class="entry-date" href="https://wordpress.stackexchange.com/questions/326851/<?php echo
get_month_link(get_post_time("Y'),get_post_time('m')); ?>" >
<span itemprop="datePublished"><?php echo the_modified_date('F j, Y'); ?>
</span></a>
This will replace the published date by the last modified
Related Posts:
- Human Time Diff, change mins to minutes
- How do you update post date (year only) in a separate custom field?
- How to hide meta from search result only on pages?
- How to get posts published between a date and today?
- How to check if post meta key exists or not in wordpress database
- How to get post creation date?
- Changing the post date and time with function
- How to add category to: ‘wp-admin/post-new.php’?
- How can I retrieve multiple get_post_meta values efficiently?
- Code to make a post sticky
- Is it possible to Schedule Attachments in WordPress?
- How to allow hidden custom fields to be added from wp-admin/post.php?
- using wp_update_post on save_post
- Export WordPress Posts and Meta Information in CSV format
- Delete duplicated wp_postmeta record
- How to put last edited entry on top of the blog-post list?
- Will a large postmeta table slow a site down?
- Update all posts automatically when using post_meta
- Query posts from current year
- How to batch update post content with custom post meta value
- Change slug with custom field
- Update existing post dates to random dates
- Better post meta efficiency?
- featuring old articles without messing up with the archive
- Setting post meta data to random value during post status transition / on publish
- Edit meta data does’t work with custom sql
- How to display an icon when a new post is published and then remove it when a specific time past?
- How to output comments number of a post per day?
- Display custom post types by date field
- Change post format using custom field
- Does WP get all post_meta on POST page?
- How can I display a specific user’s first published post?
- Sanitizing `wp_editor();` Values for Database, Edit, and Display
- Exporting Data from WordPress into a flat table
- Adding Multiple Values to a Post Meta Key
- Can wordpress differentiate between added and updated posts?
- Fetch posts from current week (Sunday to Saturday)
- Using radio button meta data from a custom meta box
- How to set post expiration date and time and move the page to archive after expiration [closed]
- PHP Notice error (when on 404 page)
- What Is meta_id In wp_postmeta?
- Checking if a post with certain meta value exists
- How to permanently delete a post meta entry?
- Add custom field automatically (add_post_meta) with value based on number of words of article
- How to generate numbers indistinguishable for the IDs of the posts
- Modify WP_Post before processing
- Save re-arranged draggable post items to wordpress database
- Display post from specific date
- Get random posts between specific dates / of specific age
- XML-RPC and post_date
- I would like to give special promotion for the first 100 posts in my blog? Can anyone tell me how to do that?
- Change post_date to post_modified date on post template?
- Automatically republish old posts
- Converting a dynamic piece of code using WordPress Loop into a static one using Post ID
- Replace ‘published on date’ with ‘modified on date’ on Posts
- pre_get_posts query between 2 dates (date stored in custom post meta)
- How can I show many posts an author has per week?
- If modified on same day, show only time
- How can I sort posts by the date and a custom meta field?
- is there a way to show the the post title after the image?
- Get Meta Key Value While Saving Post
- Update all comments time to random dates?
- Force the “Choose from the most used tags” meta box section to always be expanded
- Meta value does not save for scheduled posts
- Custom Posts Query and meta_query Sort Order
- How to compare two posts including their meta fields on a scalable base?
- Getting value from get_post_custom
- WordPress Sidebar menu for posts based on date – guidance needed
- Calling Different Custom Post Timestamps in a table
- Is it possible to paste a link without tags and make it directly a link in a post?
- date issue with category post retrival
- Cannot retrieve a custom RSS field from posts
- Saving custom fields to a custom taxonomy
- How to get date of post when using wp_get_recent_posts()?
- How to automate featured posts number? [duplicate]
- Worpdress function for difference dates
- Customize rel=canonical tag for single blog post
- Change all author links in Blog roll
- How to I retrieve the ID from the Posts page?
- How to save meta checkbox WordPress
- How to calculate the average of a post meta value(Numeric) of a specific author
- Changing default WP-Site creation date
- Is there any way to tell when wp_postmeta has been updated?
- How to get posts published on the latest date?
- wpColorPicker – problem with implementation to post meta
- Change post author without using wp_update_post()
- if in category but only with post meta
- What date to use as a post date? date_gmt or modified_date_gmt
- wp_query with ajax
- Update post meta within save_post action
- How to update all posts at once?
- Display post number by category
- Updating post meta for checkbox
- Saving Post Data in Another Database
- Assigning Two Different Post Dates For Single Post
- Using system date format
- Custom permalink for each post
- Modify this line to give alternate format date?
- How can I tell if a post has been published at least once?
- Post: how to set created date after post has been published [closed]