use this into the loop or if you want to change created date to modified date than replace that with below code. As I know this feature works from all version of wordpress after 2.1
<?php the_modified_date(); ?>
More detail you can find here http://codex.wordpress.org/Template_Tags/the_modified_date
Related Posts:
- Display a post via template
- Single post full screen template not inheriting WordPress role permission
- How to set a certain Custom Template to a Single Blog Post
- When sending a newsletter -not with wordpress- the server has 100% cpu [closed]
- Retrieve data from post meta meta_key having ‘_product_fq_image’ while having author_id and post type is PRODUCT
- Insert data from custom created PHP page into wp_postmeta table
- List all native posts in template page?
- Adding a meta box to determine the sidebar [closed]
- The loop starting at a certain ID
- Sidebar on single.php not showing up
- How to Featured content with images in home page?
- saving/reading custom field value does not work – no value gets POSTed
- Simple Custom Metabox Not Saving
- Post Templates and Post ID’s
- Get post category as a separate string and url
- How do I disable the “by author” hyperlink on posts?
- Trying to query all posts in category 4
- Output Buffer Issue with Single Post View
- add_rewrite_rule and template redirect not working
- Prevent 404 of Author pages without posts
- Custom post type and taxonomy page templates
- How to save template data into wp_post table (post_content column)
- Featured Images most often doesnt appear
- Post meta not working
- How to allow WordPress to recognize a custom URL segment after a product URL and use a custom template?
- How to bulk Update URLs to new values?
- Select another post in a post meta like a parent page is selected while editing a page
- SQL DELETE multiple post_meta on single and multi-sites
- How do I change the template specifically for single posts?
- Related post not showing table of content
- Post not using taxonomy template
- Private post caught in endless redirect loop
- Why does my “Add New Post” page have an old post in it?
- How to retrieve all meta data directly from the $post object? Such as $post->related_topics?
- What is proper filter or hook action to add data to the $post object?
- Customizing a new page used for blog posts with Avada theme
- Blogposting Schema & Structured Data without plugin
- Automatically select template based on query string for New Posts
- Display Updated Date Instead of Published Date
- How do you update post date (year only) in a separate custom field?
- Add postmeta to all blog posts
- Single Sidebar; multiple templates! How?
- Bulk Post update_post_meta
- Re-order Category Meta-data
- How to Display Most View Post in the template file?
- How to hide meta from search result only on pages?
- WP_Query sort by meta_value_num or date
- Grab meta data before post is saved
- How to fetch posts that are stored in the different table than the default table (wp_posts)?
- Use special template for the first post in the loop
- Is it possible to query a category with specified posts?
- Check if user has avatar
- Custom post type template not called
- Page 2 has no posts?
- alt of attached image in post / pages
- single- and archive- templates not being applied to custom post types, not even after flushing permalinks
- Creating Ordered Query using Meta_key
- Best Way to detect unique posts in wp rest api
- Get the correct meta_value with get_post_meta
- post_name is not stored until post is published… where should I store my slug until it goes live then?
- Filter question list on substring of metavalue
- Add a meta to a post submited from a frontend form
- How to change post template via url?
- how to remove entry meta from wordpress archive category and change its display
- My blog “page” used to show a list of posts, but now it’s just showing the page content?
- Show posts between two Custom Fields date
- Add custom class to existing menu items from custom meta
- Custom template for different post types
- How to get only current images of a post
- Ordering posts alphabetically by meta keys and title
- Run function after post is updated
- Adding The Post Template Dropdown to WP-Admin
- Where should get_post_meta() go to get $post->ID get_post_meta() is empty and $post->ID & get_the_id() are working
- Posts page template: How can I edit the markup for this?
- Adding custom fields to the Quick Edit screen – puzzled about the column concept
- How to arrange different post categories in template
- How can I change the look of a post as is displayed
- Which hooks are essential for post templates?
- Display the first post’s comments of category in comments.php template
- 1 post, 2 templates
- how to style an individual page in a category [duplicate]
- Show related (archive) month and year to post
- How to display a certain template element only for posts published within certain time range?
- Redirecting posts in WordPress to a specific page
- Creating / Editing a post from within site template
- How enter custom post meta or custom field on box post list archive page?
- custom post type single page template not working
- WordPress “Posts Page” isn’t showing template dropdown
- How do I create a template page to show 3 blog posts?
- WP_query sort by custom meta_key “price”
- How to add a new page that will function as a separate blog/news article page
- excerpt in template for specific page
- If meta_key exists then don’t select this post?
- Tag page that displays specific posts
- Is there a block to print post link standalone in a block theme?
- NewsPaper WP Theme – Additional Related Posts Filter by Time (divTag composer)
- What effect can a large wp_post table have on overall site performance?
- How can I locate the single buddypress forum post template? [closed]
- Site ‘Categories’: save an admin global setting with post metadata [closed]
- How to make internal links creating plugin to respect ACF?