## Config Settings $config = array( 'taxonomy' => 'key' | array( // standard WP taxonomy config here ), 'post_type' => 'key' | array( // standard WP post type config here ), 'slave_title_editable' => false, 'slave_slug_editable' => false, );
emzo/wp-tax-post-binding
A WordPress plugin that provides extended functionality for taxonomies such as post meta and featured image through creating a custom post type and associating it to that taxonomy.
PHP