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
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
精彩评论