• Hi
    I am using the plugin to sort a custom taxonomy called “Boligtype”.
    I am using the Sage starter theme and have made a controller to pull in all the data about the items.
    I have set the orderby to term_order – but nothing happends on the frontend – it doesn’t reflect the setting in the backend.

    In my controller I pull in the custom taxonomy “Boligtype” with get_the_terms() in my return script.

    I can’t figure out why this is not working proberly.

    Hope someone can help ??

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

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

    (@mpol)

    Hi,
    get_the_terms() should be filtered by this plugin. You double-checked that the settings for this custom taxonomy is set to current order of the settings page?

    If you want, could you install the plugin Query Monitor? And then on the page where ordering doesn’t work correctly, you could check there which database query was made. It should use ORDERBY t.term_order. Lately I see some reports from people where this doesn’t work correctly on the live website but does work on the testing website.
    It might be that the theme or a plugin is interfering in some way.

Viewing 1 replies (of 1 total)
  • The topic ‘Sorting problem using Sage Starter Theme 10’ is closed to new replies.