Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Criss Swaim

    (@cswaim)

    add order='DESC' to the shortcode

    all of the options for WP_Query are documented here in the WP Codex

    https://codex.www.ads-software.com/Class_Reference/WP_Query#Parameters

    Thread Starter nimh

    (@nimh)

    I did:
    [tpg_get_posts cat="[category name]" show_entire="true" show_meta="false" show_byline="false" title_link="false" orderby="title" <strong>order="DESC"</strong>]

    but it still shows it in ASC order

    Thread Starter nimh

    (@nimh)

    In some testing, I found that it will do order=”asc/desc” with the orderby=’date’ field, but doesnt like the title field.
    I have solved my problem by orderby=”name” (slug)

    Plugin Author Criss Swaim

    (@cswaim)

    Thanks for posting the solution to the order by.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Orderby=Title DESC’ is closed to new replies.