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

    (@scribu)

    Try adding this line right above the call to each_connected():

    var_dump( $wp_query->get( 'post_type' ) );

    and paste the result here.

    Thread Starter daxitude

    (@daxitude)

    Smart man! I’d modified category pages to only return one CPT. Changing that fixed things right away.

    Very appreciative of your development and maintenance of this plugin ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Posts 2 Posts] each_connected() not working on category archive’ is closed to new replies.