BUG REPORT: Sort Asc/Desc doesn’t work
-
If I change the sort order on only pages to DESC, there is no change in the order displayed on the front-end.
My shortcode is:
[wp_sitemap_page only="page" sort="menu_order" order="ASC" display_title="false"]
produces the same as
[wp_sitemap_page only="page" sort="menu_order" order="DESC" display_title="false"]
(Also happens if I use page_title instead of menu_order.)
For displaying only custom posts, they are always displayed sorted by name, DESC, regardless of what I put in sort or order.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘BUG REPORT: Sort Asc/Desc doesn’t work’ is closed to new replies.