Use get_the_date()
if you want to change the date format.
get_the_date( 'S F Y', $post );
The 2nd argument is optional and only needed outside the loop.
Related Posts:
- Nested meta_query with multiple relation keys
- Query Multiple Post types each with own meta query
- WordPress Custom Query to show posts from last x years
- Perform query with meta_value date
- Meta Query with date and time on the same Day before given time
- How do I create my own nested meta_query using posts_where / posts_join?
- How to query ‘posts_per_page’ to display a different blog posts index template?
- Use meta_query to display events by date in custom field
- How to show recent and upcoming birthdays using meta_query
- Meta Query for specific months
- Order a query result by a numeric meta key even if it does not exist, but put the posts with meta key first
- WP_Query meta_query >= date
- WP_Query last five posts, simply ordered by meta_value
- Fetch Record based on meta key dates
- How to display multiple custom fields with the same meta_key in an ascending order?
- how to make members list directory through wordpress post custom meta key.
- How to provide meta_key array to wp_query?
- Why doesn’t my WP Meta Query return any results?
- WP_Query Class custom field parameters
- How do i create a custom post query when the meta value is an array?
- ElasticPress is (aparently) messing with my search filters
- Query for current post
- Custom query to retrieve oldest post and retrieve others with date interval
- Comparing Meta Field date in WPQuery using Meta_Query?
- Problem with my loops
- Orderby query does not work for custom fields even with meta query
- Custom WP_query and integrating into theme file
- query post based on comparison
- Query Posts by date range with fixed beginning and end
- WP Query – Show custom posts only if user contain some user meta
- WP_Query filtering in ACF field containing dates
- When should you use WP_Query vs query_posts() vs get_posts()?
- When to use WP_query(), query_posts() and pre_get_posts
- Meta_query compare operator explanation
- meta_query with meta values as serialize arrays
- Get post ids from WP_Query?
- Some doubts about how the main query and the custom query works in this custom theme?
- meta_query ‘compare’ => ‘IN’ not working
- Wp get all the sub pages of the parent using wp query
- Use REGEXP in WP_Query meta_query key
- WP Query Args – Title or Meta Value
- How to query for most viewed posts and show top 5
- WP_Query orderby date not working
- Meta query with string starting like pattern
- WP Query where title begins with a specific letter
- compare meta_query in get_posts arguments
- How to query posts based on lat-lng coordinate as post meta?
- WP_Query vs get_posts
- how to show posts that are missing a meta_value
- Set Alias for meta_query arguments in get_posts()
- Sorting: custom query with orderby meta_value_num THEN by title
- Display products from specific category in shop page
- WP_Query() show posts that end later than today
- Using OR conditions in meta_query for query_posts argument
- How to Compare Two Meta Fields
- Changing the meta_query of the main query based on custom query_vars and using pre_get_posts
- Query Posts in a Predefined Order
- Does tax_query really beats meta_query in all situations?
- Order posts by ID in the given order
- WP_Query with checkbox meta_query
- ACF Relationship Field Search Filtering [closed]
- Add indexing to meta_value in wp_postmeta
- Get Recent Posts by Date in Multisite
- Is it possible to orderby multiple meta_keys when using meta_value_num?
- Custom WP_Query order by post_meta and (author) user_meta
- Query WooCommerce orders where meta data does not exist
- Getting attachments by meta value
- Get posts by menu ID
- Get the number of posts from the current page results
- Execute a large WP_Query with many “AND” Meta_Queries?
- Query all posts where meta value is empty
- WP_Query min and max values
- Query Custom Meta Value with Increment
- How to know which one is the main query?
- Get posts by meta data OR title
- ACF datepicker meta_query Compare Dates in m/d/Y g:i a – Not in Ymd Format
- WP_Query using meta_query with relation OR and orderby meta_value doesn’t work
- Using custom meta_query with relation not working as expected
- Using is_main_query to select custom post type on certain page
- WP_Query ordered by custom field that is a date string?
- get query’s query string
- querying with custom meta field with meta_query
- Order by two meta keys
- multiple meta key but get server load is very high
- A WP_Query that will look for posts after 2 weeks ago OR with a certain meta value
- get_the_title($postID) OR get_the_title()?
- How to grab metabox value in wp_query meta_query key
- WP_Query meta_query where meta value ends in space
- Order by meta_value_num DESC and meta_value ASC on WP 4.0
- Display Posts by modifying the where clause only for my query
- Finding all results from database within 500 miles of the given latitude and longitude [closed]
- Nested query inside Logical operator OR not working in meta_query
- Is “orderby” in WP Meta Query conflicting with Meta Query?
- Query by meta_key and order by meta_value_num return orderby date
- What is an efficient way to query based on post_meta?
- search query within custom taxonomy term, post title and meta field
- WP_Query not working as expected for attachments and custom meta_query
- datetime picker, timestamps and meta queries
- Using Query Posts With Multiple Post Types And A Taxonomy
- How to use filter hook posts_join for querying taxonomy terms in posts_where?