Support

Account

Home Forums Front-end Issues Problem Using Relationship Field & CPT Query Reply To: Problem Using Relationship Field & CPT Query

  • I tried that and it still didn’t work. Specifically, I added…

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    
    ...
    
    <?php endwhile; endif; ?>

    …around the whole thing.