To vote or comment, enter your email and we'll send a magic link
@Aron - it's fairly uncommon for facet choices to need to display in descending order, which is why that setting is omitted.
The main exception is sorting by result count (which FacetWP automatically sorts DESC).
Could you give me an example of your taxonomy so I can get a better idea of why it needs to be in descending order?
Thanks
Hi Matt, in my use case we have a filtering option ”Published in” where the default sort shows earliest date at the top. Most people use the latest issues for filtering. See https://utstallningskritik.se/arkivet & the facet ”Publicerad i” (the site is in Swedish)
The Help Center now contains a new section on how to switch the ASC/DESC order: https://facetwp.com/help-center/developers/hooks/querying-hooks/facetwp_facet_orderby/#switch-the-default-asc-desc-order
You can make forms in php template files with the set ($order = 'DESC') you like. Hopefully more details will be added here: https://facetwp.com/help-center/facets/facet-types/sort/