• 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.

    • This topic was modified 8 years, 2 months ago by gillespieza.
    • This topic was modified 8 years, 2 months ago by gillespieza.
Viewing 3 replies - 1 through 3 (of 3 total)
  • I am having the same problem and I see several other posts from a couple of months ago with the same issue but nobody is responding.

    I am having the same problem. order=”ASC” isn’t doing anything. My list is displaying in DESC order. =(

    +1 Same Here

    I would also like custom posts to default to ASC order if you cannot set sort=”post_name” order=”ASC”

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘BUG REPORT: Sort Asc/Desc doesn’t work’ is closed to new replies.