hi,
you can see settings under Events > Settings > Pages > Event Categories > Default category list options > Default list ordering
Thread Starter
sumero
(@sumero)
Thanks for reply,
I did tried from there but unfortunately this doesn’t affect to list even basically I change ACS to DESC.
BTW, (it doesn’t has to affect) I moved templates file under theme. But where I got this issue is on Events>Settings>Format>Events>Default event list format OR Single etkinlik page format
maybe you can try to modify template file under events-manager/templates/placeholders/categories.php then use php sort functions
eg. might not work out of the box but something like this
<ul class="event-categories">
<?php sort($EM_Event->get_categories()); ?>
<?php foreach($EM_Event->get_categories() as $EM_Category): ?>
to use templates: http://wp-events-plugin.com/documentation/using-template-files/
http://php.net/manual/en/array.sorting.php
Thread Starter
sumero
(@sumero)
Its something like this
<?php sort($EM_Event->get_categories()->categories); ?>
Only this use sort from _terms table sorting. Anyway problem is solve state for now.
Thanks