Thanks to Otto’s excellent post on advanced taxonomy queries, I (mostly) understand how to create multi-taxonomy and multi-term queries. However, what I don’t know is how to build those...
Since 3.1 WordPress support multiple taxonomy query. The question is : If I have a two taxonomy query, e.g: http://localhost:8888/site/?lot-term=australia&story-type=note how can I determine which template to be used...
How can I use wp_get_object_terms() to get a list of all the terms attached to all posts in the current query? For example, for the current query I want...
I’m using WordPress 3.1.3 and trying to make a “product” menu with post count in each category. Like this: New Cars (4) BMW (2) Ford (1) Nissan (1) Used...
I’ve created a custom post type called ‘events’. I’ve also created a custom taxonomy called ‘event_categories’ containing the 12 months of the year. I am trying to get ‘events’...
I have a post type that includes a taxonomy for (1) location and (2) a day of the week. I’m using the first taxonomy to sort the posts into...
I have many uses for this but I want to know the most performant way of doing what is going to be an expensive operation. As an example I...
Q: Is it possible to add images to all of my taxonomies (default and custom ones)? Note: I do not want to use any plugins (not my favourite solution...