M

Book List – Sci Fi

 

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.

Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.

Book List

 

The shortcode (wcrl_books) will display books in the large format (replacing parentheses with square brackets). With big cover, excerpt, and buttons for more info (if available) and to view in catalogue.

The shortcode has a bunch of attributes/filters you can add to narrow down the selection. By default, it will get ALL books. Normally, you will want to filter by tags (wcrl_books tags=”home1″). You can use multiple tags, (wcrl_books tags=”home1,adult1″), but that means it will only list books that have BOTH tags. You can also filter by audience, topic, and language, with the same restrictions.

Alternatively, you may list specific books by using (wcrl_books ids=”1,2,3″), where the numbers are the ids for thos books. This method ignores any other filters from above.

Note, when using multiple tags or ids, they must be comma separated, no spaces, and use double quotation marks. “a,b,c”, no “a, b, c ‘

Lastly, you can limit the number of books returned when doing the filter method (as opposed to the ids method). (wcrl_books tags=”home1″ limit=”5″)

The example below uses the shortcode (wcrl_books tags=”home1″ limit=”5″)

image of book cover
Listen
Michel Faber
Audience: Adults
Language: English
image of a book cover with a photo of a police officer
A Darker Shade of Blue
Keith Merith
Audience: Adults
Language: English
image of book cover
A Great Country
Shilpi Somaya Gowda
Audience: Adults
Language: English
image of book cover
Roaming
Mariko Tamaki
Audience: Adults
Language: English
image of book cover with text 'Never Been Better' showing a woman diving in water with sharks
Never Been Better
Leanne Toshiko Simpson
Audience: Adults
Language: English

Book Carousel

 

The book carousel works exactly like the list, but provides a different skin: cover, author, title; all wrapped in a link to the catalogue. The shortcode is (wcrl_book_carousel), and has all the same filters as (wcrl_books). All of the books will be displayed in a horizontal container. If the container is too narrow for all the books, it will automatically add slider handles.

The shortcode below is (wcrl_book_carousel ids=”257,251,74,1461,1619″)