To display the books use the shortcode in page or article...
You can specify template to display the books elements..
Use the part in the shortcode to activate it.
Its value is the number of number you want to display per page...
Pagination controls are displayed both on top and at the not top of the books.
WordPress uses many query body to define the so called loop which is used to display the archive..
You can find the documentation at https codex. wordpress. org Class Reference WP Query. and you can take responsibility of parameter or combination of parameters listed there.
Lists all entries from the time 1984 by the author with user nicename gorwell...
Lists all entries marked with post status not public which are tagged with dust and mask ordered by the number of comments in descending order..
If you don't specify template in the shortcode this one will be used..
Read more