• Resolved sc0223

    (@sc0223)


    Why are the categories not in alphabetical order in the drop-down box. Looks a bit amateurish when you have them in no order, z’s above b’s etc, is there an easy fix for this?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author DesignWall

    (@designwall)

    You can open the question-submit-form.php file then add the following code on line 38.
    ‘order’ => ‘ASC’,

    Regards,
    DesignWall Team.

    Thread Starter sc0223

    (@sc0223)

    Hi DesignWall, thanks for that, I had already found a solution, what I did was add

    ‘orderby’ => ‘name’ to that area and it seemed to do the trick ok.

    Thank you and will mark this as solved.

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

The topic ‘Alphabet category drop down?’ is closed to new replies.