Tagged Questions
0
votes
1answer
92 views
Allow user to set custom order to a list of custom taxonomies?
I have a custom category checkbox on each individual bio attorney page that shows what practice areas these attorneys are involved in. Currently I have them sorting alphabetically. I am wondering if ...
0
votes
1answer
337 views
Get_the_term_list inexplicably adds values in foreach
I'm trying to get three values from all my custom posts, to populate a Google Map with the places where I've been. All is going fairly well, except for an issue I'm having with get_the_term_list. For ...
0
votes
4answers
1k views
How do I list custom taxonomy terms without the links?
I've searched far and wide to try and find an answer to my question. I'm hoping I can get help here. Here goes...
I'm currently retrieving the terms of my custom taxonomy using:
<?php echo ...
0
votes
1answer
455 views
get_the_term_list() wanting to loop through the returned values
I have a custom post type, I am echoing out my custom taxonomies in my template by doing the following, get_the_term_list( get_the_ID(), 'work', '<li>', "", '</li>') , this currently ...