admin管理员组

文章数量:1287885

How can I change re-order posts so that the most recent articles appear at the top of the list?

I found that this is possible by using something like this:

WP_Query('orderby=date&order=DESC') 

But how and in which file should I use it?

I tried to add it at the end of in wp-includes/post.php, but it's breaking the site.

本文标签: How to order posts in Wordpress by date