Skip to content

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.

Notifications You must be signed in to change notification settings

netconstructor/wp-tax-post-binding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

## 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,
);

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published