My guess is that the calendar date is some sort of meta field for the custom post type. I’d find that out and add that as a variable for my query.
You might be able to use something like this
<?php $loop = new WP_Query( array( 'post_type' => 'events', 'meta_key'=>'start_datetime', 'orderby' => 'meta_value', 'order' => ASC) ); while ( $loop->have_posts() ) : $loop->the_post(); ?>
Related Posts:
- Plugin allowing for artists, events and venues
- Tips for using WordPress as a CMS? [closed]
- Adding a Taxonomy Filter to Admin List for a Custom Post Type?
- Custom Post Type Templates from Plugin Folder?
- Implementing a CrunchBase.com Clone using WordPress?
- Custom media upload content for inserting custom post shortcode
- Redesigning Custom Post Type “Add New” page
- How to Remove Certain Screen Options and Meta Boxes from add/edit post type?
- How to share category taxonomy with custom post type (The Event Calendar plugin)
- Is it possible to define a template for a custom post type within a plugin independent of the active theme?
- How to get a variable number of posts per post type on the main loop?
- WP_query parameters for date range
- Use a plugin to handle custom post types?
- How Do I Use The WordPress Plugin Posts 2 Posts by Scribu?
- Creating a default Custom Post Template that a Theme can override
- Jetpack plugin (ShareDaddy): Prevent share buttons showing on custom post types?
- Getting Custom Post Type content from main-site of a Multisite
- Custom database or Custom Post Types?
- How to make a list of companies’ information and display them to user, using custom post types and a custom taxonomy?
- Custom comment type maybe?
- Register Custom Post Type from Plugin
- Prevent page slug from interfering with custom post type archive permalink?
- Add .html extension to custom post type taxonomies
- How to load a new template page according to a particular URL?
- Twillio How To Send SMS for Custom Post Type
- How to get the custom page get_permalink?
- Updating post meta for custom post types
- Seriously stuck with some custom meta box/plugin stuff
- Template for custom post type shows all posts instead of just one
- Themes VS Plugins [duplicate]
- remove custom taxonomy metabox form custom post type
- Enable comments for post with comments meta box removed
- WordPress Plugin for One-Time Event Registration? [closed]
- [Plugin: Posts 2 Posts] reciprocal connections
- Custom Post Type Statuses
- How to Build a Movie Library in WordPress 3.x
- Custom Post Type causes Page Not Found
- How do I get multiple pages by title?
- How to use get_categories() with Event Organiser plugin
- add_meta_box Callback not being called
- Short code for Venues
- I need to add a custom “cover” to every new post — plugin or custom setup?
- Star rating for custom post types [closed]
- How to Make a Custom Grid View
- Plugin “Meta Box”: Implementing meta boxes in custom post type
- Get image URL from media library in input
- Way to hook into a sidebar call to replace it with a custom sidebar
- Frontend editing, Frontend user dashboard
- Disable Other Plugins on my Custom Post Type?
- How to get images from EDD post?
- custom taxonomy and custom post type url conflict
- wordpress reusable content blocks
- Override plugin with functions.php
- Why is wp-cron only executing on page visit?
- Should i delete the posts created by a plugin on uninstall?
- Allow users mark posts as “complete”?
- Is there a way to order posts and custom post types as one group?
- How to populate a Mailchimp newsletter with latest events from WordPress plugin EventOn?
- Calling an custom field from theme option at the frontend
- Array to string conversion error when trying to POST multidimensional array
- Hide some portion on single.php base on author
- Creating themes using the one Plugin (Toolkit)
- Displaying image from a repeatable group
- How to add jquery to my custom post type wp plugin
- WordPress list child pages of custom post type
- WordPress custom posttype meta values doesnot save
- Assigning a custom post type to a custom page
- CPT-onomies CPT_TAXONOMY->get_terms extremely slow with 6K posts
- get recent 12 days post then random in wordpress
- making a glossary with wordpress
- Create custom fields on a post
- Custom Post type plugin breaking the front page shows dashboard?
- What method should I use for a sidebar widget that reads latest posts?
- Synch Custom Post Types (and Custom Fields, Cats, etc.) Between WordPress Sites
- Insert data in custom table during new post creation
- get_option include in my adsense
- WordPress Custom post type won’t save properly
- Top Contributors Plugin with Custom Post Type
- How can i do custom author list?
- Making a Custom Post Type Publish Loop
- How to use template field in the Event Organiser plugin widget
- featured image problem with custom post type
- How can I default a new post to being saved?
- WordPress User Frontend Editing Custom Fields
- How to list the categories by custom taxonomy created?
- Is a custom post type considred a plugin?
- Remove base from the custom post type URL [duplicate]
- Is an Office a custom post type [closed]
- Make a magic tag work with Custom Post Types
- Change the behaviour of archive cpt category and single cpt by plugin, not by theme
- A plugin for software reviews site like this one?
- Snippet displaying LearnDash parent course title with lesson title [closed]
- How to laod wp_enqueue_style to another header i created my self
- Display Custom Post Type and Custom Taxonomy Data on Front End Using Only a Plugin
- Looking for a plugins for organization portal (Staff, Units, Departments)? [closed]
- Custom booking form field not saving
- WordPress show different custom post type
- Filter custom post type returned from REST api
- Links not opening as they should. Custom WP plugin
- Wrong block appender button showing