3D FlipBook - Show only the current book in a category
m***n@certifiedcelebrator.com
2022-05-17
2022-06-16
Is there a way to only show the current book in a category?
Replies
a***r@3dflipbook.net
2022-06-16
2022-06-16
yes you need to use query parameter: [3d-flip-book mode="thumbnail-lightbox" query='{"orderby": "date", "order": "ASC"}' cols="3" tax=""][/3d-flip-book] with appropriate options https://developer.wordpress.org/reference/classes/wp_query/
m***n@certifiedcelebrator.com
2022-06-16
2022-06-16
I am still not following how to only show the most current pdf in a category, and I would want it "fullscreen"
[3d-flip-book mode="fullscreen" query="orderby":"date", "order";"dec" tax="381"][/3d-flip-book]
Currently, I have to change the value each month, but if I could show just the current issue then all I have to do is upload it into the correct category.
[3d-flip-book mode="fullscreen" id="82263" template="short-white-book-view"][/3d-flip-book]
m***n@certifiedcelebrator.com
2022-06-18
2022-06-18
I only want to show 1 book. the last book published in a category
yes you need to use query parameter:
[3d-flip-book mode="thumbnail-lightbox" query='{"orderby": "date", "order": "ASC"}' cols="3" tax=""][/3d-flip-book]
with appropriate options https://developer.wordpress.org/reference/classes/wp_query/I am still not following how to only show the most current pdf in a category, and I would want it "fullscreen" [3d-flip-book mode="fullscreen" query="orderby":"date", "order";"dec" tax="381"][/3d-flip-book]
Currently, I have to change the value each month, but if I could show just the current issue then all I have to do is upload it into the correct category. [3d-flip-book mode="fullscreen" id="82263" template="short-white-book-view"][/3d-flip-book]
I only want to show 1 book. the last book published in a category
I THNK I GOT IT