3D FlipBook - How can I sort books within a category A-Z?
i***y@gmail.com
2021-05-03
2021-05-04
I am trying to use the categories to display my books but no matter how I add them to a category, they always seems to display the last book I created first down to the first book I created. I'd like to simply display them A-Z. How do I do that?
Use shortcode parameter query: [3d-flip-book mode="thumbnail-lightbox" query='{"orderby": "date", "order": "ASC"}' cols="3" tax=""][/3d-flip-book]
https://developer.wordpress.org/reference/classes/wp_query/
Thank you. Works perfectly. Resolved.