taxonomy terms block order by seems did not work correctly.
whatever item i choose from the order by options,
they are all listed by the default one( i guess this default one is by name at the moment)
taxonomy terms block order by seems did not work correctly.
whatever item i choose from the order by options,
they are all listed by the default one( i guess this default one is by name at the moment)
hello, just kindly report a situation which i met today
in Themer custom post type archive template,
i use taxonomy terms block to display taxonomies
(post type and taxonomies are create by ACF)
it can show all correctly,
but i found that when i choose “random” option here, it seems the taxonomies displaying sequence are not changing at all.
cwicly Version 1.3.4.6
wordpress version: 6.4.2
Hello @qiang814k,
Thanks for the report.
The orderby parameter is applying on my end, although there are options in there that should not be accessible as they are not available in WP_Term_Query::__construct() – Method | Developer.WordPress.org (such as random
).
We’ll make sure to revise them and remove those that aren’t supported.
Cheers,
Hi @qiang814k,
Thank you for bringing this to our attention!
With 1.3.4.7, the Order By property should now properly reflect the chosen option:
Kindly let me know if this is the case on your end.
Thank you in advance.