I have created a Custom Post Type with the name Product. I have created a Custom Taxonomy for that post type by the name of products. That taxonomy have...
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...
I have a problem here, I registered a custom post type and I named it ‘recipe’ then I created a custom taxonomy under the post type, I named it...
All around the Interwebs I see advice from people who say that when you want to get posts in a custom taxonomy you should use the filter parameter, for...
Just wondering, how can remove slugs from some URLS. I’m using a custom post type called exhibitors, and some taxonomies to define those exhibitors (eg: featured-guests, publishers etc.): Right...
I’m working on a project where I use the default posts as “Products”, default category as “Application” and a custom taxonomy called “Groups”. I want to list “Products” by...
I’m trying to make a query for users using WP_User_Query() I need to filter users by role shop_manager and custom taxonomy called shop-category and current taxonomy term ID. The...
I created a page template to list all products of a specific product line. Now I want to list all posts from this custom post type (products) based on...
I have a custom post type products and a custom taxonomy ‘Product Categories’ with the slug products. My goal: I’m trying to create a URL structure like so: Product...
Basically I have a custom post type of ‘products’ which has two taxonomies attached to it…the normal ‘category’ and a custom taxonomy called ‘brands’. I have a page which...