Tagged Questions
1
vote
1answer
139 views
List the number of posts for each custom taxonomy and specific custom field value
I would like to list my posts by a specific taxonomy. At the same time, for each taxonomy, I woud like to count the number of posts with a specific custom field value. So the list would look like ...
1
vote
0answers
34 views
How to get a list of taxonomy terms which are being used only within certain post types?
I have a custom taxonomy called 'locations' which is being shared across a bunch of post types. I want to make a select field dropdown list of my locations (terms) to let users go to the taxonomy term ...
0
votes
1answer
87 views
How to create a page that lists custom taxonomies with links?
I want to create a page that lists all the Custom Taxonomies, with each item linking to a page that will list all the terms in a given taxonomy.
I can produce a list of taxonomies using this
...
1
vote
1answer
397 views
Displaying terms by first letter
I run a book review blog and I have multiple pages that lists the reviews by different things (rating, book title, and author)
I have custom taxonomy for authors and I basically have my code list all ...