Tagged Questions
0
votes
0answers
33 views
Retrieving Categories of posts which have a custom Taxonomy
I am working on an event management WordPress site which has multiple taxonomies (Photographer, Event Manager, Decor, etc).
I want to create Taxonomy pages for each of these taxonomy (this is the ...
3
votes
1answer
639 views
Custom Taxonomy and Tax_Query
I've been having a lot of trouble getting a WP_Query running with a tax_query on my custom taxonomy.
I'm 99.9% sure that my register_taxonomy is correct, as I'm able to tag posts with the right term, ...
0
votes
1answer
80 views
Tax_Query using WP_Query not working
I cannot get this query to work properly. It just renders one post even though I have three posts that are categories in the 'Firm News' and 'Test' categories.
Can anyone see a problem with my code?
...
1
vote
0answers
49 views
can these 3 queries be re-written as 1 query?
I am creating a Dentist directory site, and I have a taxonomy archive page which requires particular grouping and sorting (see below). So far I have only been able to achieve this using 3 WP_Querys ...
1
vote
0answers
106 views
Query most popular terms by taxonomy over 2 week period
I have written SQL for a query that pulls the most used taxonomy terms for selected taxonomies that are published, do not have a parent post are not in a comma separated list over the past two weeks ...
0
votes
2answers
854 views
Use have_posts() with array of post results retrieved by $wpdb->get_results
I don't know if I'm retarded, crazy or just plain genius or not, but I've decided to use tags as a way to link content site-wide (a big ol' many-to-many relationship website for archiving various ...
1
vote
2answers
2k views
Advanced Tax Query
Below is my tax query, at the moment this returns all posts which have at least one of the specified terms.
Is there a way I can have it return only posts which have ALL of the specified terms?
...
2
votes
2answers
2k views
Improving WP_Query performance for multiple taxonomies
I have a site with several custom taxonomies, and have found that one of the slowest parts of the site is attempting to query with an OR across several of these at once. I'm using a WP_Query like so:
...