2017-03-01 83 views

回答

0

使用此

$args = array(
     'orderby' => 'modified', 
     'order'=> 'DESC' 
); 
    query_posts($args);