add order desc in events
This commit is contained in:
@@ -8,7 +8,7 @@ $posts = new WP_Query([
|
||||
'post_type' => 'post',
|
||||
'posts_per_page' => 10,
|
||||
'orderby' => 'date',
|
||||
'order' => 'ASC',
|
||||
'order' => 'DESC',
|
||||
'paged' => $paged
|
||||
]);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user