• I’m using Post Relationships this way:

    'areas' => array( 'type' => 'select', 'label' => '', 'data' => 'area', 'multiple' => 'multiple' ),

    In this case, area is a custom post type. And I add this line inside add_meta_box for a custom post type called books.

    How can I show selected area title for each book? I’m trying using wp_query but have no results.

    http://wordpress.org/plugins/super-cpt/

  • The topic ‘Show Post Relationships on a page’ is closed to new replies.