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...
I need help with WP custom taxonomy and custom post types. I never find a working solution so far. Please accept my apologies if this has a simple solution....
I am creating a real estate website on WordPress, I am creating a custom search and am using tax_query to filter search results to display “States” & “Suburbs”. The...
So, what I’m trying to do, is to make an ajax filter, this is the portion of the filter code that builds the $args based on the data that...
I’m looking to create custom archive page based on passed arrays which contains categories and tags, for an example: http://www.mydomain.com/archives-custom.php?c=cat1,cat2,cat3&t=tag1,tag2,tag3 Question is should I create custom taxonomies or custom...
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...
Is there an easy way of obtaining every registered taxonomy and for each registered taxonomy, get all the terms for that taxonomy, and for each term, get the post...
I am trying to alter WP_Query on the pre_get_posts action hook, for filtering the posts returned, depending on the built-in category and post_tag taxonomies. I would like that the...
I’ve created a custom post type called 'publications' and a custom taxonomy called 'topics'. I’m also using the standard taxonomy of 'category'. My Custom Query makes sure that it...
This is a follow up question to Add_query_arg + two times the same argument? I want to get the post count from all posts tagged with 2 different tags...