fix order

Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
This commit is contained in:
Chris Abraham 2025-04-01 13:02:55 +07:00
parent 89f44959ec
commit 3ae48b661b
No known key found for this signature in database
GPG Key ID: 60A2BD1DA7D4B0F0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function add_books_shortcode( $atts ) {
'post_status' => array( 'publish' ),
'posts_per_page' => 200,
'orderby' => 'date',
'order' => 'DESC',
'order' => 'ASC',
);
if ( $chosen_type ) {