[Plugin: Custom Taxonomy Sort] get_the_term_list() not using sort?
-
I use the following to display my custom terms:
<?php echo get_the_term_list( $post->ID, 'series', ' ', ', ', '' ); ?>
Is there any way to get this function to accept the custom sort order?
I have tried a number of different options, but none seem to kick in.
thnx
https://www.ads-software.com/extend/plugins/custom-taxonomy-sort/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Custom Taxonomy Sort] get_the_term_list() not using sort?’ is closed to new replies.