How can we change the order of books showing, for example if I add a new book it should be come in this order 1,2,3 instead of 3-2-1. I want older books to show first then new books after them not before them. "
Replies
a***r@3dflipbook.net
2021-03-23
2021-03-23
since 1.10.19 added shortcode parameter query: [3d-flip-book mode="thumbnail-lightbox" query='{"orderby": "date", "order": "ASC"}' cols="3" tax=""][/3d-flip-book], see all options: https://developer.wordpress.org/reference/classes/wp_query/
f***r@gmail.com
2021-03-24
2021-03-24
I have tried above but its not work. please see the command below
[3d-flip-book mode="thumbnail-lightbox" query='{"order":"DSC"}' cols="6" tax="120" title="true" lightbox="dark"][/3d-flip-book]
a***r@3dflipbook.net
2021-03-24
2021-03-24
Forgot orderby
f***r@gmail.com
2021-03-24
2021-03-24
thanks for prompt action. i have check again on below command but still not work
[3d-flip-book mode="thumbnail-lightbox" query='{"orderby": "date", "order": "desc"}' cols="6" tax="120" title="true" lightbox="dark"][/3d-flip-book]
a***r@3dflipbook.net
2021-03-24
2021-03-24
Why do you use descending order?
f***r@gmail.com
2021-03-24
2021-03-24
I just want to put my new books on the bottom. Bcz I have a array configured for download button .
since 1.10.19 added shortcode parameter query: [3d-flip-book mode="thumbnail-lightbox" query='{"orderby": "date", "order": "ASC"}' cols="3" tax=""][/3d-flip-book], see all options: https://developer.wordpress.org/reference/classes/wp_query/
I have tried above but its not work. please see the command below [3d-flip-book mode="thumbnail-lightbox" query='{"order":"DSC"}' cols="6" tax="120" title="true" lightbox="dark"][/3d-flip-book]
Forgot orderby
thanks for prompt action. i have check again on below command but still not work [3d-flip-book mode="thumbnail-lightbox" query='{"orderby": "date", "order": "desc"}' cols="6" tax="120" title="true" lightbox="dark"][/3d-flip-book]
Why do you use descending order?
I just want to put my new books on the bottom. Bcz I have a array configured for download button .
Use ascending - ASC