You need to use the meta_key
to sort your events in your array. Like so:
<?php $loop = new WP_Query( array( 'post_type' => 'kurs', 'meta_key' => 'dato', 'order_by' => 'meta_value', 'order' => 'ASC' ) ); ?>
Related Posts:
- Sort custom post type by most current date picker
- Can the Next/Prev Post links be ordered by menu order or by a meta key?
- How do I set the default admin sort order for a custom post type to a custom column?
- Make custom column sortable
- Using meta_query, how can i filter by a custom field and order by another one?
- How to set a custom post type to have viewable future posts
- group search results by post type?
- register_post_type sort order by title by default
- Drag n Drop Post Order for multiple Custom Post Types
- Sort custom post type list table by display name of a user id stored as post meta value
- Custom sortable columns ordered by meta-value?
- How to order adjacent posts (prev / next) by custom field value?
- WordPress post sorting with AJAX
- Ordering posts by custom taxonomy in admin area
- Custom Post Type, WP_Query and ‘orderby’
- Filter admin columns by custom post field value
- Sorting a query by custom field date
- Custom Taxonomy Template Post List with Sort Order
- Ordering Posts List By Taxonomy Terms?
- Column sorting with emtpy meta values
- Number of pages – multiple (custom) post types
- Loading Custom Post Type Events into jQuery-based FullCalendar?
- WP_Query -> sort results by relevance (= most tags / taxonomy terms in common)
- how to sort post in admin column by recently
- Custom Post type sort order not working in the admin area
- How to sort a table of custom posts by column containing custom field
- Alphabetical sorting of custom post type – one letter per page
- How to Sort Custom Field Admin Column by Date
- How to Sort by Date When Using d-m-Y Format
- Sort Posts Best Practice
- Custom Post Type sorted by Title
- How to add new tab to admin list of posts and handle result list
- Sort by two dates. Default entry date and custom field if present
- How do I sort a custom post type admin column using two meta keys?
- Custom-post-type-archive: posts sorted/filtered by year?
- 1 day after custom date change post status to draft
- How to make in WordPress admin panel sortable column for the custom field, that count the number of page impressions?
- Custom Post Type Events Archive Grouped By Month
- query_posts with a custom post type, a meta_query and sorting by post date?
- sort order for a custom post-type [closed]
- Sort admin area by custom Event Date field
- Custom post type ‘orderby’ => ‘meta_value’ not working
- How to rank custom post type from score points
- Sorting multiple custom post types without a meta key/value pair by sort order
- Save metadata as a timestamp, display as a “pretty” date
- Custom Post Type page sorts differently on different environments
- Should i use a plugin for Event Manager or code my own needs? [closed]
- Creating a “glossary” of WordPress posts of a specific post type
- Sort results without WP_QUERY?
- Make a custom column sortable by a value from a different custom post type
- the ‘save_post’ event triggers when I want to start a new post
- sort by name (slug) custom post type
- Sort column on meta key and meta value
- Sorting custom post types in edit.php : Post disappear
- Empty meta-box returns publishdate if no value is set?
- Event Archive by Month
- Custom loop request based on custom field
- how to compare different timestamps in wp-query for events custom post types?
- Creating an Events Feed with Sub Pages/Posts for Each Event
- Yelp-style geographic directory plugin?
- What’s an easy way of sorting custom post types manually?
- How can I sort the order of multiple custom field values in a custom post type?
- How do I list the next 7 days and any events (cpt) contained in those days
- Custom Post Type ‘Event’: Chronological list of recurring events from meta_values in array
- Sorting the Loop by Taxonomy Value
- How to order query results based on if a custom field has been populated, then the order by the date of the post?
- Sort custom posts by date and then by taxonomy
- Custom post type sortable columns when column value is from a custom database value
- Sort custom post type by custom datepicker instead of filtering
- How to sort by multiple values in a nested WP_Query
- Custom post type order by post_title
- How to sort post category using its Description
- How to use multiple orderby conditions on query search results? (orderby one post type, relevance)
- Wp Query sort order from custom MetaBox
- Using Orderby and meta_value to order natural/alphanumerical
- sorting in wp query based on custom field value
- week days sorting based on starting day
- connect users to Custom post types
- How to sort custom post’s category by id from the theme’s function.php?
- Group/list/sort custom post type posts by date in tabs from acf datepicker field
- Query events post type after current date and timezone
- Grouping and paging CPT events by month with custom field date
- Ordering Posts List By Taxonomy Terms?
- Loop posts in a table ordered by a custom field value
- Custom Loop Event Page
- Add role privileges of the custom post type
- Custom post type taxonomy not sorting correctly
- Events with multiple event dates + permalink for each date
- Query Event Posts by Date
- How do I sort post listing by child post count?
- Make custom post type column sortable
- sort custom post type by display name
- Listing future posts together with normal posts
- How can I sort posts ascending by post title for a specific post type, but on a category archive template?
- Unable to sort wp_query by date/time with multiple meta_key s
- Count of posts with meta_key filled in?
- Test if a Category contains certain Custom Post Types
- How to print different informations for different post types inside The Loop?
- Sort CPT by taxonomy AND THEN by custom field
- Custom order of CPT posts by title, in wp-admin area by default