sermon_sort_fields short code issue
-
Thanks for continuously improve the plugin.
I notice there is an issue with sermon_sort_fields shortcode for bible book.
The auto sort feature is nice but only if bible book matches. In my case, we use translated name for the bible books, so everything will return the same not found value.
The dropdown will then only contain 1 book.
includes/template-tags.php 683 // assign every book a number 684 foreach ( $terms as $term ) { 685 $ordered_terms[ array_search( $term->name, $books ) ] = $term; 686 }Is it possible to make auto sort as an optional feature?
Thanks,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘sermon_sort_fields short code issue’ is closed to new replies.