Seriously, why 'with_front' => false does not work as it should be? It is supposed to remove TAXONOMY BASE NAME and my question is why it does not work?...
I have a custom post type called email_block and have a custom taxonomy called block_type. I need to loop through all the email blocks find out what custom taxonomy...
I’m creating an age select menu in the admin, populated from a taxonomy of age. The taxonomy is hierarchical as follows: 18-25 (parent, ID 183) 18 (child) 19 20...
I have registered a custom tax to my CPT. On the edit screen the tax meta box appears with an autocomplete field. Is it possible to display it as...
I’m working on a site that will make use of a few custom taxonomies (for custom post types). I’ve chosen to make some of the taxonomies hierarchical because the...
Being given a taxonomy or term, is is possible to pull any / all post types the taxonomy is attached to? For example, knowing the built in taxonomy category...
Ok, so i have a Custom Post Type called “Services”. This custom post type has a taxonomy called “Areas” and there’s 5 terms in that taxonomy. Let’s say I...
I have created a custom taxonomy that I have associated to my CPT. both appear on my dashboard, the issue is that when I add content and I want...
I have an interesting problem which I hope someone can quickly answer. I have created my own metabox which, based on “MY METABOX CODE” (list below) is correctly displaying...
I’m trying to rewrite my url for a custom_post_type named wr_events with one of its custom_taxonomy terms from event_type add_action('init', 'wr_events'); function wr_events() { register_taxonomy( 'event_type', 'wr_event', array( 'label'...