• hello
    thanks for this plugin
    I try to reverse the order but can’t make it work.
    I tried to add to the shortcode:
    sort_order=asc
    sort_order=”asc”
    Non is working, the order stays as Descending

    thanks for your help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Angelo Mandato

    (@amandato)

    Hello @asc1212,

    The ordering of feeds is handled by WordPress, by default the latest post/episode is first in the feed.

    Can I ask why you want to change the ordering? The literal order of the items usually does not matter as applications including the podcast iOS app will re-order them by date. There is an option however to order your episodes how you want in iTunes, it only works for display purposes, once someone subscribes it still orders by date with latest episode first. The other option is to switch your podcast type from episodic to serial based. All these options are in advanced mode, under the “Episode” settings tab.

    Thanks,
    Angelo

    Thread Starter asc1212

    (@asc1212)

    thank you Angelo
    Is your answer about the HTML Page Sitemap? it seems as a mistake…

    my sitemap is for pages only.
    my menu is 1-2-3-4-5
    but plugin/wp sets on sitemap as
    5-
    4-
    3-
    2-
    1
    which is not so UX friendly.
    It needs (I wish it) to be:
    1-
    2-
    3-
    4-
    5
    Thanks

    • This reply was modified 6 years, 3 months ago by asc1212.
    Plugin Author Angelo Mandato

    (@amandato)

    Hello @asc1212

    Yes that my have been a mistake sorry about that.

    As for ordering options, everything that is available for the wp_list_pages:() WordPress function is available in this plugin. The attribute tag sort_column=”post_title” is the default, it will sort by post title (page title) by default. If your pages have the title with a number in the front of the title, it should be ordering in the correct order. If you want them in a specific order, you can use sort_column=menu_order and then edit each page and set the “order” field to values to order them how you wish.

    Currently the wp_list_pages() function does not have an attribute for setting the direction (asc / desc) for the database results.

    Thanks,
    Angelo

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘reversing the order’ is closed to new replies.