Change category order in calendar navigation
-
Hi,
is there any way to change the order in which categories are displayed in the calendar navigation?
From themc_category_key
function inside themy-calendar-navigation.php
file I understand that by default categories are retrieved/displayed alphabetically in ascending order:$sql = 'SELECT * FROM ' . my_calendar_categories_table() . " $select_category ORDER BY category_name ASC";
I tried overriding themc_category_key
function (also inside a custom namespace) but I’m getting aCannot redeclare function
error. I understand why the error occurs and I’d be fine with a confirmation that this is not possible.
If it is possible, however, I’d greatly appreciate to know how ??
Cheers
- You must be logged in to reply to this topic.