• marcviladrich

    (@marcviladrich)


    Hi,

    is there any way to change the order in which categories are displayed in the calendar navigation?

    From the mc_category_key function inside the my-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 the mc_category_key function (also inside a custom namespace) but I’m getting a Cannot 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.