Support

Account

Home Forums ACF PRO Reverse Query Returning Empty Reply To: Reverse Query Returning Empty

  • would it work if you change the 2 lines to this:

    <?php if( $issues ): foreach( $issues as $issue ): ?>
    <?php echo get_the_title( $issue->ID ); ?>