Problem: I have a taxonomy search filter that is displaying terms out of order. I want to show the terms in alphabetical order.
Solution: Normally taxonomy filter labels are ordered by name but there are some other options. Please edit this View and scroll to the Search and Pagination editor panel. If you cannot see it, scroll to the top right corner and click "Screen Options". You can enable the Search and Pagination editor panel here. Then check the wpv-control-post-taxonomy shortcode options. If you see the "orderby" option, it should be set to "name" like this:
[wpv-control-post-taxonomy taxonomy="school" type="select" default_label="All" url_param="wpv-school" order="ASC" orderby="name"]
If you do not see the orderby option, there could be a problem with another plugin or your theme.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - | - |
13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | - | - |
Supporter timezone: America/New_York (GMT-04:00)
This topic contains 2 replies, has 2 voices.
Last updated by 6 years, 2 months ago.
Assisted by: Christian Cox.