Skip to content

Custom field for Custom Metaboxes and Fields for WordPress for attaching posts to a page.

License

Notifications You must be signed in to change notification settings

21applications/cmb-attached-posts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMB Attached Posts Field

Custom field for Custom Metaboxes and Fields for WordPress (https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress).

Extends coreymcollins version with support for custom post types:

Pass array of post types as 'post_type' element of field array, e.g.:

'fields' => array( 'id' => '_my_field_id', 'name' => 'My Field', 'type' => 'custom_attached_posts', 'post_type' => array( 'post', 'my_post_type' ) )

About

Custom field for Custom Metaboxes and Fields for WordPress for attaching posts to a page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.0%
  • PHP 42.0%
  • CSS 15.0%