I’m thinking of using a taxonomy archive template to list out my taxonomies and entries (I’m using a hierarchical structure) and then combining this with the WordPress pages module...
I’m working on a recipe site that has a custom post type, recipes, with two custom taxonomies for handling recipe categories and tags. The custom post type works and...
I have several custom taxonomies and within two of those ( Company Categories and Photographer Categories ) I have a term that is similar. The Company Category called Boudoir...
i have a custom taxonomy called ‘bike-category’ and a custom term called ‘brand’ and a custom post type called ‘bikes’ I want to list each bike-category then underneath list...
because of my taxonomy hierarchy, my taxonomy-type.php template is already used, is there a way to have only one taxonomy-type-term.php template ? I’ve got 13 sub terms, do I...
I have created a CPT called ‘stores’, each store has a taxonomy registered to it called ‘store-type’ (i.e. whether it’s a fashion store, or kids etc). There is a...
I have a custom search which is a form that submits to the same page and uses wp_query to filter the results for a jobs site that I would...
I am currently using toolbox as a parent theme and have created a template file called single-projects.php where all posts of the custom post type ‘projects’ are shown. The...
I want to filter WordPress search (and also WordPress listing of posts) on 2 values of a custom taxonomy. I tried this code, filtering my custom taxonomy named “marque”,...
Is it possible to create a permalink/template structure like this: www.example.com/attractions <-- post type archive www.example.com/attractions/museums <-- taxonomy archive www.example.com/attractions/van-gogh-museum <-- custom post type After trying for days I...