Hi chrismckenzie92
If you look at the shortcode tab in the plugin, you will see the [quotes-llama]
and do_shortcode( "[quotes-llama]" );
shortcodes.
The first being meant for pages, posts and blocks. So, as you mentioned, you would use [quotes-llama]
in your page or any of those types of shortcode. Be sure to add a few quotes so it has something to work with.
The second set is for template files. Files that contain the template tag Template Name: yourtemplatename
and that file would contain the shortcodedo_shortcode( "[quotes-llama]" );
Then, you would create a page and assign it the template name in order to populate the content.
If your theme supports widgets, you can add the quote llama widget to sidebars, etc.