Sorting Eventlist ASC
-
Hi, i installed the newest version 6.0 of your very good plugin. It would be very useful to have an attribute “sort-order” (or similar) so it’s possible to list events in ascending order. I only found a way to achieve this by changing the source code in vsel-all.php:
$vsel_query_args = array(
‘post_type’ => ‘event’,
‘event_cat’ => $vsel_atts[‘event_cat’],
‘post_status’ => ‘publish’,
‘ignore_sticky_posts’ => true,
‘meta_key’ => ‘event-date’,
‘orderby’ => ‘meta_value_num’,
‘order’ => ‘asc’,
‘posts_per_page’ => $vsel_atts[‘posts_per_page’],
‘paged’ => $paged
);
I did not find another way…
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Sorting Eventlist ASC’ is closed to new replies.