开发者

Alphabetised WordPress Posts

开发者 https://www.devze.com 2023-01-30 14:55 出处:网络
How can I alphabetise (b开发者_Python百科y title) my WordPress posts?use query_posts() before the_loop() with a parameter orderby=title

How can I alphabetise (b开发者_Python百科y title) my WordPress posts?


use query_posts() before the_loop() with a parameter orderby=title http://codex.wordpress.org/Function_Reference/query_posts#Orderby_Parameters

0

精彩评论

暂无评论...
验证码 换一张
取 消