• Resolved Tobias

    (@gestaltraeume)


    Hi Support,

    we have changed the order of the categories in WordPress Backend. But we don′t see the change on website.

    We don′t like to use ASC for the categories – we would like to use costume order!

    The Category costume order is:
    Mittwoch – Donnerstag – Freitag – Samstag – Sonntag

    not ASC like: Donnerstag – Freitag – Mittwoch – Samstag – Sonntag

    How can we get this?

    Best regards!
    Tobias

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Andy Fragen

    (@afragen)

    There is a filter teccc_legend_terms that will allow you to modify the array of terms. It is an unordered array containing the slug and name of the term.

    Reordering and returning this array should provide the control you want.

    Thread Starter Tobias

    (@gestaltraeume)

    Hi Andy,

    thanks for your fast answer. Where can i find the filter? Or how can i control the order with the filter? Wondering why the plugin doesn′t work with wordpress reordering of categories.

    Can you send me a update ready function for our child-theme?

    Thanks for your help!

    Best regards!

    Tobias

    Plugin Author Andy Fragen

    (@afragen)

    The filter is in legend.php. The rest as they say, is an exercise for the user.

    Thread Starter Tobias

    (@gestaltraeume)

    Hi Andy,

    thanks – but with that – how can we take the filter of backend? We change the order with Category Order and Taxonomy Terms Order – but it doesn′t take the new order.

    Plugin Author Andy Fragen

    (@afragen)

    You would use the filter to return the array of terms in the order you want. You might need to hire a developer to assist you but it should be fairly straightforward.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change order of Event Category’ is closed to new replies.