Single post
Vizou Quickloop – Use
How to use the shortcode
In any page, wherever you’d like to have posts appear, use the shortcode [vizou-quickloop] with post query parameters as in the examples below.
Get 3 posts from category 2 and order them ascending by menu order
[vizou-quickloop cat="2" posts_per_page="3" orderby="menu_order" order="asc"]
Vizou Quickloop – Features
Vizou Quickloop plugin features.
Vizou Quickloop – Use
How to use the Vizou Quickloop shortcode to display posts inside a page.Get a single post
[vizou-quickloop p="35"]
Vizou Quickloop – Download
Download the latest version of Vizou Quickloop.Get posts by tag
[vizou-quickloop tag="plugins"]
Get 5 posts from category 2 and skip the first one
[vizou-quickloop cat="2" posts_per_page="5" offset="1"]
Add a custom class to the container and its posts
[vizou-quickloop cat="9" posts_per_page="1" class="featured"]
Customize the default layout
To override and customize the default layout, open the plugin file vizou-quickloop.php and copy and paste the section marked START LAYOUT to END LAYOUT into a document called vizou-quickloop-template.php in your theme’s root. Upload that file to your theme.