It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For...
I have multiple users adding content to restricted categories (using RoleScoper) in my WordPress setup that don’t show up on the homepage (custom template with query_posts()). I’m looking for...
I’m trying to add CPT values in a drop-down menu within another CPT, not sure if this is do-able. Basically I have a Store CPT and a Manager CPT,...
Here’s the code I’m using to try and query a single taxonomy for one term, but exclude returned posts for that term that also belong to another. In English,...
Hi i need to get the main taxonomy and sub taxonomy of a product in woocommerce . i know how to get taxonomy details .123 is product id ....
I hope i can write a clear question since i got confused trying to solve this… I got a custom post type… that custom post type has taxomony (category...
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 have custom post type ‘Product’, and 2 custom taxonomies ‘category’ and ‘product status’. What i am trying to do is list categories in page template and show how...
I’m currently building my own backlog tracker and have gotten to a point where I just have no idea how I’m going to do this. I have multiple status...