The get-the-term-list tag has no wiki summary.
0
votes
0answers
35 views
get_the_term_list & url
I have 2 custom post type and i want to link them together with an url from the first one and a image from the second one.
I can get the title and the url of my taxonomy like that :
( CPT = ...
0
votes
1answer
50 views
Display term description on hover using get_the_term_list
I have a custom taxonomy called services. Each service term will have a description. I am using get_the_term_list to show all the terms attached to each post. When hovering over the term link in the ...
0
votes
1answer
71 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 ...
2
votes
2answers
444 views
Get the Term List - Ordering
I have a country taxonomy with children taxonomies > state & city.
For a given entry for a restaurant in Nantucket, I want it to say "Nantucket, Massachusetts, United States (each linked to ...
0
votes
1answer
335 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
1answer
1k views
Display Child Categories of Current Post ID
I'm starting to love this place more and more, super helpful!
Anyway, todays dilemma is as such:
I want to display as a list the child terms only, of a specific parent term, of a custom taxonomy, ...
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
451 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 ...
0
votes
1answer
117 views
How to create a list of terms who's posts also have a predefined external term?
I have a pretty extensive music collection and my friends are always borrowing my stuff. I would like to keep better track of my library so I'm building a sudo-checkout system using WP.
The ...
0
votes
1answer
573 views
Displaying my custom taxonomies in a <ul> using the_term_list()
I need help with displaying my custom taxonomies in a ul using the_term_list().
I can get it to list all the terms I want, but I need them in an unordered list, rather than just a list of links ...
1
vote
2answers
394 views
get_terms problem : related articles
I'm trying to use get_the_term_list to catch the name of the current taxonomy of the page, and then use it with get_terms and a foreach method, to show the result of all the "elements" from the same ...
2
votes
4answers
5k views
get_the_term_list without links in 3.1
What function will display custom taxonomies associated with a post as text?
I'm currently using get_the_term_list which works great for a singular page but not so much when using a taxonomy in the ...
4
votes
3answers
2k views
Change order of Custom Taxonomy List
By default WordPress orders custom taxonomies (as tags in this case) by alphabetical order not by the order they were entered in the tag box.
Is anyone aware of a way to show the custom taxonomies in ...