mirror of https://github.com/cncf/cncf.io.git
fix order
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
This commit is contained in:
parent
89f44959ec
commit
3ae48b661b
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue