Title: Meta Data on Media
Last modified: August 22, 2016

---

# Meta Data on Media

 *  [trex005](https://wordpress.org/support/users/trex005/)
 * (@trex005)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/meta-data-on-media/)
 * I am trying to connect a custom post type to my media as to give my photographers
   and subjects of photos credit. The admin boxes are showing up just fine, however
   when I save, the data that I put into the additional fields appears to be lost.
   Here is my register function:
 *     ```
       p2p_register_connection_type( array(
       	'name' => 'attachments_to_people',
       	'from' => 'attachment',
       	'to' => 'person',
       	'admin_box' => array(
       		'show' => 'from',
       		'context' => 'advanced'
       	),
       	'sortable' => 'from',
       	'fields' => array(
       		'role' => array(
       			'title' => 'Role',
       			'type' => 'text'
       		),
       		'weight' => array(
       			'title' => 'Weight (0-99)',
       			'type' => 'text',
       		)
       	)
       ) );
       ```
   
 * The ‘role’ could be ‘photographer’,’subject’ or something describing who they
   are in the image ‘clown’, ‘cowboy’, whatever.
    Thank you for your help!
 * [https://wordpress.org/plugins/posts-to-posts/](https://wordpress.org/plugins/posts-to-posts/)

The topic ‘Meta Data on Media’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/posts-to-posts_7a8e9d.svg)
 * [Posts 2 Posts](https://wordpress.org/plugins/posts-to-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posts-to-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posts-to-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-to-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-to-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-to-posts/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [trex005](https://wordpress.org/support/users/trex005/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/meta-data-on-media/)
 * Status: not resolved