It is possible and quite easy to achieve. Here is how
STEP 1
Copy content-featured-post.php to your child theme and open it up
STEP 2
Just after line 32, paste the following code
<?php echo get_the_date( 'Y-m-d' ); ?>
Save this change, and your done
As you can see, get_the_date
is used to return the post date
The get_the_date template tag retrieves the date the current $post was written. Unlike the_date() this tag will always return the date.
To customize the date that is displayed, you can go and check out Formatting Date and Time
Related Posts:
- can I orderby one custom field and meta_query another in the same query
- How to filter get_avatar?
- Multiple content areas per page
- CSS rules that the theme gets from a function
- How to rotate the header image per day?
- A Simple CRM Plugin for WordPress? [closed]
- Hide page title in WordPress 3.0
- How to show only Standard Format post in my custom taxonomy page -wordpress 3.8.1
- WooCommerce Checkout page customization [closed]
- Adding extra info via GET while registeration in wordpress
- Custom php file in wordpress
- Prevent WordPress from loading comments
- enqueue script on custom post type archive page
- How to translate month names in “Archives”
- Retrieve and display data from custom db table in admin area?
- Virtual Pages plugins
- Display tags with a twist
- How to add another page in appearance tab of admin panel?
- WordPress change author email notify message?
- What’s the easiest way to periodically (automatically) read static Markdown content into a WP page?
- How can I add data to a custom column in the Users section of the wordpress backend?
- Last post is not showing up
- how to flush custom author rewrite rule
- Volume mounts when setting up WordPress with docker [closed]
- Updating Widget options in custom install.php
- Problem with using wp-load.php outside of WordPress
- How to remove padding and margin between divi rows? [closed]
- Renaming wp_content problem
- Include user defined styles without including wp-load
- Preserve custom URL parameter after saving post
- add JS to multiple plugin admin pages
- Query posts by category AND custom field, then ORDERBY another custom field – help!
- Warning: Creating default object… when altering Customize panels
- Follow me for WordPress blogs (multi-authors)
- Pagination Issues using WP_Paginate Plugin
- adding multiple custom columns to users.php
- WordPress customizer Preview not loading
- custom theme ,add media not showing images in media library
- Get Image from Media Library with the Title
- How to add an extra variable to login and authenticate it?
- Color swatches on category page? [closed]
- Allow a Widget to be used one time only?
- Best practice – pages – ACF or inline coding
- User can not login
- wpdb custom tables without plugin
- Add a searchbox to the body of a page
- Best way to allow overwriting images shipped with the plugin?
- How to put a site offline, including images?
- How to add css option to Header Image customizer?
- Static Front Page settings – distinguish between Front page and Post page
- How to format text of site subtitle
- How to print Array values of custom Fields Meta?
- Undefined variable: user_id in get_user_meta
- Customizer JS API get value of customizer field
- WordPress archive index page
- Daylight Saving Time adjustment
- Hide content and functions from specific user roles
- Translating (WooCommerce) placeholder text
- Woocommerce custom archive page custom content and shortcode
- Page flickers in customization mode
- We are facing this error in header unable to understand the issue
- When is the wp-settings-[time] cookie generated?
- Get All Results From Other Users That Share The Same Custom User Meta As Current User
- Can we set a redirection with dynamic content in url?
- How to remove (…) from the post tilte on homepage?
- Hide entry-header for a specific category
- How can I setup a development environment which auto refresh page when code have changed [closed]
- How Can I add show_post_count in get_archives_link?
- Trouble with custom login page
- I want to use a product thumbnail completely different than the product image
- How can I edit the WordPress menu link to allow fb: instead of http
- Fixed bottom menu on mobile doesn’t work on search included in Child Theme of Storefront
- Change Dashboard menu position?
- Get site ID from attachment url?
- Customize WP website specific column with CSS
- Help needed creating a custom Hamburger menu in header
- admin aoolbar add_node() and pulling in my post slug
- duplicate featured image functionality in custom meta box
- How to automatically pull an information from a form field onto an other page?
- How to create a custom menu for specific user
- Custom Form Input not saving to Database
- In wordpress customizer api adding div wrap to control
- How to create 2 preview button in a post?
- Move text from the side of image to below image [closed]
- Change the default WordPress image on the dashboard login to a custom image [duplicate]
- WP_Customize_Image_Control and selecting from library?
- Special characters showing in fallback font
- Custom options – register, defaults and delete empty fields (Settings API)
- How to cdv from a custom CMS to WP
- featured images – custom links
- Grouped custom taxonomy query
- Get a different size of Image thumbnail while working with custom metabox
- How to create functions that affect only a specific user
- wp_rewrite not working on third level url
- how can i change the html and the css of my word press theme that I bought?
- I need a plugin in wordpress like google tasks [closed]
- Set custom banner image size with wp_customize
- User Query Multiple Orderby Clause
- How to display product variations on same row
- Create a page for each database table entries