Features by WooThemes free WordPress plugin
Description
Features by WooThemes free WordPress plugin
“Features by WooThemes” is a clean and easy-to-use features showcase management system for WordPress. Load in the features your product, company or services offers, and display them via a shortcode, widget or template tag on your website.
Looking for a helping hand? View plugin documentation.
Looking to contribute code to this plugin? Fork the repository over at GitHub.
(submit pull requests to the “develop” branch)
Usage
To display your features via a theme or a custom plugin, please use the following code:
To add arguments to this, please use any of the following arguments, using the syntax provided below:
‘limit’ => 5 (the maximum number of items to display)
‘orderby’ => ‘menu_order’ (how to order the items – accepts all default WordPress ordering options)
‘order’ => ‘DESC’ (the order direction)
‘id’ => 0 (display a specific item)
‘echo’ => true (whether to display or return the data – useful with the template tag)
‘size’ => 50 (the pixel dimensions of the image)
‘per_row’ => 3 (when creating rows, how many items display in a single row?)
‘link_title’ => true (link the feature’s title to it’s permalink)
‘custom_links_only’ => true (link the feature’s title only if a custom URL is set)
‘title’ => ” (an optional title)
‘before’ => ‘
’ (the ending HTML, wrapping the features)
‘before_title’ => ‘