Forums
(@mrwizard81)
11 years, 8 months ago
I modified the file \wp-content\plugins\sermon-manager-for-wordpress\includes\shortcodes.php, and the sermons list is sorted.
I changed line 19 from $terms = get_terms($tax); to $terms = get_terms($tax, $atts);
Hope this helps.