OK, so i’m messing with Custom Taxonomies for the second time and in both instances i’ve run into this problem where using the posts_per_page argument in either a query_posts...
I have create a custom post type in my WordPress attached with a custom taxonomy. The post collect date from the from end of the web site by using...
I’ve been working with custom post types for a little while now, but yesterday I took my first stab at a custom taxonomy to pair with them. Here is...
Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. s without enough detail may be edited...
I’ve actually found a solution to my problem here: Altering the appearance of custom taxonomy inputs but I wanted to ask a followup question, and it seems I couldn’t...
Is there a way, without modifying the core, to create a term for a custom taxonomy programmatically that is non deletable? “Uncategorized” is an example, but in my case,...
If set show_ui false, this hide the taxonomy meta box and admin menu link both, how to hide only meta box? $args = array( 'hierarchical' => true, 'labels' =>...
I can’t figure how to get the ID of the custom taxonomy I’m using to loop through the custom post type called “test_values”. function prefix_load_term_posts () { $term_slug =...
Wondering if someone could tell me why sub pages (child pages) no longer work (eg: www.mysite.com/type/childpage). I have a page called “Type” (working fine), and I wish to have...
For example, I have WooCommerce products that have taxonomies: brand (e.g. Converse, adidas, D&G) (taxonomy id: product_brand) category (e.g. Boots, Sneakers, Sandals, Heels) (taxonomy id: product_cat) Of course, not...