Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Marcel Pol

    (@mpol)

    This plugin will not change your menus.
    What exactly do you mean with menu pages?

    If you use functions like get_categories() or get_terms() it will list the taxonomy in the order given.

    Thread Starter meldfarmer

    (@meldfarmer)

    I mean my food menu pages, eg: food page, drinks page.

    I want starter, lunch, dessert in that order on food page.

    and Beer, wine, Soft drinks in that order on drinks page.

    This plugin was recommended by the theme author for this exact purpose.

    Plugin Author Marcel Pol

    (@mpol)

    Sorry for the slow reply.

    I’m not sure what you mean. Do you have an url of the page?

    Beer, wine and soft drinks are all categories/taxonomies? How do you show them, do you have example code?

    Thread Starter meldfarmer

    (@meldfarmer)

    my website is based on this theme:
    https://www.themes.red-sun-design.com/?theme=lemonchili

    If you select food in the navigation bar and then select the last option “menu 3 columns”. you will see that main dishes and desserts have a different order than alphabetical. the theme author has suggested your plugin to achieve the same thing. but its not working on my website, on mine it is staying in alphabetical order even though ive chosen a different through your plugin.

    Plugin Author Marcel Pol

    (@mpol)

    It seems to be a page template.
    Can you send me the theme zipfile? I could test it then.
    You can send it to marcel @ timelord.nl

    Plugin Author Marcel Pol

    (@mpol)

    Thank you for the mail.

    The theme uses wp_get_object_terms and wp_get_post_terms.
    I added a filter for that as well.

    It should work in 2.3.6.
    Can you confirm?

    Thread Starter meldfarmer

    (@meldfarmer)

    yes it works now thats fantastic, thanks so much.

    Hello,

    I am using get_terms(‘custom_taxonomy_here’); function,but this plugin is not changing its order,please help me.

    Thank You.

    Plugin Author Marcel Pol

    (@mpol)

    Do you have the latest version?
    And do you have auto-sort enabled?

    If that doesn’t help, can you add a filter like this:
    add_filter( ‘get_terms’, ‘customtaxorder_wp_get_object_terms_order_filter’, 10, 3 );

    If that also doesn’t help, what theme do you use? And can you send me a zipfile of that theme?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘This plugin doesnt work’ is closed to new replies.