Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author scribu

    (@scribu)

    No, there isn’t.

    But wouldn’t you need to separate the videos from the authors once you got them, anyway?

    Thread Starter nestor_ps

    (@nestor_ps)

    Hi, thanks to reply so quickly,
    Sometimes I will,
    But I have one page where I want to display all the connected stuff from the current post, let’s say there’s videos,authors,recipes, and so on.
    I will try to figure out a way, say, make X loops and store the data in an array….ouch

    Plugin Author scribu

    (@scribu)

    You know you can register a single connection type with more than 2 post types, right?

    p2p_register_connection_type( array(
      'name' => 'event_to_stuff',
      'from' => 'event',
      'to' => array( 'video', 'author' )
    ) );
    Plugin Author scribu

    (@scribu)

    Nevermind, querying multiple connection types has been implemented in the development version (1.1.6-alpha).

    Thread Starter nestor_ps

    (@nestor_ps)

    Ou yeah
    great

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Posts 2 Posts] Get all connections at once??’ is closed to new replies.