Tagged Questions
0
votes
0answers
21 views
Tags with multiple words won't display
I'm working on a custom wordpress theme and I'm having a weird issue with post tags. At the bottom of a post the user can attach tags to link to related content. single word tags work just fine ...
1
vote
0answers
41 views
List posts in a category grouped by other categories?
I have posts of stores and restaurants in my area. Each post is marked by category of type (e.g. Restaurant, store) and town.
What I am trying to do is create a page for each town (with intro text ...
3
votes
0answers
174 views
Best way to programmatically link to multiple categories (union/intersection)
This question assumes that you know about the various complex taxonomy queries available from the WP_Query API. I know about tax_query as well as about things like category__and, which allow you to ...
1
vote
1answer
118 views
Show list of custom taxonomies when another taxonomy is selected
Hard question to explain here. So here goes:
I have a chapter/section scenario I'm trying to work out. The custom post type of "Books" has two custom taxonomies, "Chapters" and "Sections". The ...
2
votes
2answers
788 views
Group Custom post type in a page by its taxomony tag
I hope i can write a clear question since i got confused trying to solve this...
I got a custom post type... that custom post type has taxomony (category like)
and i want to return a structure like ...
0
votes
1answer
232 views
How do I query a taxonomy term range
NOTE: The links will work If you copy & paste them. (I'm a newbie so I am not allowed to add to many links to the question)
I have a few taxonomies that I would like to query a range from, for ...
0
votes
1answer
320 views
Custom select query for taxonomies that have posts categorized in another taxonomy
I have a custom post type "vendor" - and I want to people to drill down via custom taxonomies to see posts. I have two custom taxonomies - one for "service" and one for "location".
So in a custom ...
0
votes
1answer
156 views
Displaying child taxonomies
Imagine this: I have a custom post type called 'Animals' and I have registered a taxonomy for this post type called 'Types of Animal'. 'Types of Animal' would be 'dog', 'cat' and 'mouse' and so on. So ...