添加orderby进行查询

时间:2017-06-20 12:58:48

标签: php wordpress

简短的问题。 如何按日期向此查询添加订单?

var countries = "United State; United Kingdom";
var afterFirst = countries.substr(str.indexOf(";") + 1);

1 个答案:

答案 0 :(得分:0)

您可以使用“sort_column”参数对页面进行排序,参数具有不同的值。它接受以下值。

'post_author','post_date','post_title','post_name','post_modified','post_modified_gmt','menu_order','post_parent','ID','rand'或'comment_count'。

wp_list_pages("title_li=&child_of=".$post->ID."&depth=1&echo=0&sort_column=post_date");