2014-05-14 26 views

回答

0

試試這個:

$the_query = new WP_Query(array(
    'orderby' => 'title', 
    'order'  => 'ASC', 
    'posts_per_page' => -1 
)); 
+0

它並沒有改變:( – user3625609