What is “sermon date”, is it the custom field? If so, your meta_key is the name of your custom field used for that date. If not, how are you getting the sermon date?
Might be something like this:
$args = array(
'post_type' => 'sermons',
'meta_key' => 'sermon_date',
'orderby' => 'meta_value',
'meta_type' => 'DATE'
);
$query = new WP_Query( $args );
Related Posts:
- How to check if meta box value is false for all posts then do something based on that
- Tricky Custom post loop
- Loop posts in a table ordered by a custom field value
- Is it possible to add query parameters on the archive page?
- Custom Loop Event Page
- Custom taxonomy page template
- Multiple loops for custom post type to spread data across rows
- Cant insert wrapper div into index.php
- Pagination on custom post types
- Custom Post Type + Category archive
- Pagination in custom post type page template
- Loop with Custom Post Type and Taxonomies
- How to get past and upcoming post by defining date in custom field?
- display news with pictures 3 small and one large (loop)
- Loop multiple taxonomy in custom post
- $post breaking container loop
- How to query all custom posts of a certain type and checking what category they have
- Custom post type archive pagination with HTML5Blank theme?
- Post data in separate divs with incrementing class using WP_Query
- Redirection loop error after login from a custom post type post
- How to create content automatically when a post is published?
- WordPress Custom Post Type and sort by Tags
- WordPress loop for multiple custom post types
- Load different template for CPT (in loop) in my plugin?
- Custom Post Type Order Index Loop
- After rewriting post type’s URL, the number of queries has increased dramatically
- How to loop custom post type posts by author?
- Display posts from category in page
- How can I pull information from my loop and divide them seperately?
- Multiple Queries and Loops within CPT Archive
- Posts without featured image using other post’s featured image
- WordPress nested loop not working
- Order by custom field attribute
- Get result from Custom Field in Custom Post type
- Display Custom Taxonomy of custom post type
- Pagination not working with custom loop
- Fallback if statement based on the number filtered from it
- If i have custom post type with 5 custom fields do i have to create a new loop to reference each one?
- Turn post into simple slideshow
- Sorting custom post types by taxonomy (So close)
- Inserting random posts
- Nested loop called with shortcode duplicating the content above the main loop
- Create custom post order (with custom post type meta)
- Pagination not working with custom loop
- Pagination not working with custom loop
- Pagination not working with custom loop
- Looping taxonomy in taxonomy?
- next_posts_link returns same content of 1st page
- Custom Loop and Standard Blog Loop Issue
- Listing custom post type items from a couple of custom taxonomies
- Pagination not working with custom loop
- Custom loop won’t work, can’t find problem
- Custom post-type’s pagination not working in category.php
- Pulling in a particular post into a single page based on the post id passed into the code
- Noob Loop Question
- Categories and page filtering with pre_get_posts
- Display multiple custom post type lists on homepage – multiple loops
- Loop through multiple custom taxonomy terms and display posts for a custom post type
- Custom Post Type Loop breaking php
- Styling first post using Advanced Custom Fields
- loop through custom post-type with two meta_keys
- Custom Post Types and 404 Pages
- Query Custom Post Type by Tag
- Loops running into each other
- Display by tag from different post types
- Fourth page of custom post type archive page does not exist
- Loop to pull content from parent element in custom post type [duplicate]
- Loop doesn’t work in single-product.php page but works at normal page
- Catergory args causing loop not to show
- why get_post_meta is returning 0?
- How do I filter a custom post type loop by a field?
- Post_type doesn’t work for widgets?
- the_content() stop images being pulled through
- How do I correctly query posts from a post ID?
- Get Posts From A Certain Post Type In An ID Array
- display custom post type from register taxonomy
- How to exclude certain portfolios from a loop
- Custom post type and have_posts() return empty result
- Show search for data extracted from metabox
- why does my post loop break the page?
- Render a loop in Timber (twig for WordPress)
- How to create custom page templates with default page layout framework?
- show custom post’s post in two different divs [duplicate]
- display all posts in current category
- Limit wordpress posts loop to continue onto another page
- How to loop through a custom post type using a shortcode and output each element in the loop using shortcodes
- Get all active posts that are tied to a custom taxonomy for a custom post type
- Unable to display paging navigation with a custom post type loop
- WordPress search results grouped by post type
- How to print different informations for different post types inside The Loop?
- Allowing null vairiable
- WPNavi pagination links not working on custom pages
- Filter page ID outside the loop and order
- Best practice to display a list/archive of Custom Posts in a Page Template
- How can I show posts with the same tag?
- Where paramaters of a custom function are coming from inside the loop?
- How to insert a post from a different post type after every nth post
- Complex Custom Loop with Includes
- Group search results by post type, but having a unique heading for each section?
- Create a WordPress loop that shows posts from a custom post type + filters the posts by taxonomies while hiding empty taxonomies