add order='DESC' to the shortcode
all of the options for WP_Query are documented here in the WP Codex
http://codex.ww.wp.xz.cn/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)
Thanks for posting the solution to the order by.