Use the plugin by including a shortcode or by including the widget in the desired location:
Separate multiple categories and id’s with a comma. e.g. ‘category, category, etc’
Short-codes are informational and for example only. Depending on your encoding, you may experience problems if using copy and paste.
To include this plugin in a Block, Page or Post:
-
Display a random quote.
[quotes-llama]
-
Display a random quote from a category.
[quotes-llama cat=’category’]
-
Display a number of random quotes.
[quotes-llama quotes=’#’]
-
Display a number random quotes from a category.
[quotes-llama quotes=’#’ cat=’category’]
-
Display a dynamically positioned gallery. – (auto-refresh)
[quotes-llama mode=’gallery’]
-
Display a dynamically positioned gallery from a category. – (auto-refresh)
[quotes-llama mode=’gallery’ cat=’category’]
-
Display a indexed and searchable page of quote Authors.
[quotes-llama mode=’page’]
-
Display a indexed and searchable page of quote Authors.
[quotes-llama mode=’page’ cat=’category’]
-
Display the search bar. Results load below the search bar.
[quotes-llama mode=’search’]
-
Display the search bar. Results load into target class.
[quotes-llama mode=’search’ class=’class-name’]
-
Display a random quote that will auto-refresh.
[quotes-llama mode=’auto’]
-
Display a random quote from a category that will auto-refresh.
[quotes-llama mode=’auto’ cat=’category’]
-
Display an Authors quotes from a URL.
[quotes-llama mode=’url’]
e.g. yoursite.com/yourpage/?first=John&last=Doe
-
Display static quotes.
[quotes-llama id=’#,#,#’]
-
Display all quotes by id, random, ascending, or descending. Limit (#) number of quotes per page.
[quotes-llama all=’id’ limit=’#’]
[quotes-llama all=’random’ limit=’#’]
[quotes-llama all=’ascend’ limit=’#’]
[quotes-llama all=’descend’ limit=’#’]
[quotes-llama all='(1)’ cat=’category’ limit=’#’]
(1) = (id, random, ascend, descend)
To include this plugin in a Template File: Theme supporting of course.
-
Display a random quote.
do_shortcode( “[quotes-llama]” );
-
Display a random quote from a category.
do_shortcode( “[quotes-llama cat=’category’]” );
-
Display a number of random quotes.
do_shortcode( “[quotes-llama quotes=’#’]” );
-
Display a number of random quotes from a category.
do_shortcode( “[quotes-llama quotes=’#’ cat=’category’]” );
-
Display a dynamically positioned gallery. – (auto-refresh)
do_shortcode( “[quotes-llama mode=’gallery’]” );
-
Display a dynamically positioned gallery from a category. – (auto-refresh)
do_shortcode( “[quotes-llama mode=’gallery’ cat=’category’]” );
-
Display an indexed and searchable page of quote Authors.
do_shortcode( “[quotes-llama mode=’page’]” );
-
Display an indexed and searchable page of quote Authors by category.
do_shortcode( “[quotes-llama mode=’page’ cat=’category’]” );
-
Display the search bar. Results load below the search bar.
do_shortcode( “[quotes-llama mode=’search’]” );
-
Display the search bar. Results load into target class.
do_shortcode( “[quotes-llama mode=’search’ class=’class-name’]” );
-
Display a random quote that will auto-refresh.
do_shortcode( “[quotes-llama mode=’auto’]” );
-
Display a random quote from a category that will auto-refresh.
do_shortcode( “[quotes-llama mode=’auto’ cat=’category’]” );
-
Display an Authors quotes from a URL.
do_shortcode( “[quotes-llama mode=’url’]” );****
**e.g. yoursite.com/yourpage/?first=John&last=Doe
-
Display static quotes.
do_shortcode( “[quotes-llama id=’#,#,#’]” );
-
Display all quotes by id, random, ascending, or descending. Limit (#) number of quotes per page.
do_shortcode( “[quotes-llama all=’id’ limit=’#’]” );
do_shortcode( “[quotes-llama all=’random’ limit=’#’]” );
do_shortcode( “[quotes-llama all=’ascend’ limit=’#’]” );
do_shortcode( “[quotes-llama all=’descend’ limit=’#’]” );
do_shortcode( “[quotes-llama all='(1)’ cat=’category’ limit=’#’]” );
(1) = (id, random, ascend, descend)
To include this plugin in a Widget:
- Drag-and-drop the Quotes llama widget located in the Widgets Page to the desired location.