This plugin display the stores/categories in alphabeticall order. Use the shortcode, [OBS_SORTTERM] to display the stores or categories.
It add the orderby option, you can order it be ‘name’ or by ‘count’, whenever you need it.
Example: to order by name, [OBS_SORTTERM orderby=’name’ name=’store’ order=’asc’ ]
or to order by number of coupons, [OBS_SORTTERM orderby=’count’ name=’store’ icon=yes perrow=4 order=’desc’ ]
And this shortcodes takes all other values that are available for [STORES] shortcode.
Note: You must use name=’store’ or name=’taxonomy_name’ parameter in your shortcode, otherwise it would thow an error.
Leave a Review