Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author nsp-code

    (@nsp-code)

    Is the autosort turned ON? Also make sure the code use get_terms() also include ‘orderby’ => ‘term_order’ within the function parameters.

    Thread Starter tehfo

    (@tehfo)

    The autosort is turned ON.

    Where do I have to put this code?

    Plugin Author nsp-code

    (@nsp-code)

    You need to use the parameter along with get_terms()

    Thread Starter tehfo

    (@tehfo)

    Sorry, I thought that I only had to install the plugin and select AUTOSORT ON.

    I need more info about this.

    Does you have any tutorials about how this?

    Thanks.

    Plugin Author nsp-code

    (@nsp-code)

    If the Autosort is On and you use a get_terms() function on your theme, this will work. I suggest so you check with your theme files where the terms are retrieved, possible not using the standard get_terms()
    For more details check at http://codex.ww.wp.xz.cn/Function_Reference/get_terms

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Not sorting with WP 3.8’ is closed to new replies.