Support

Account

Home Forums Add-ons Flexible Content Field Flexible Content to Releationship to Flexible Content Reply To: Flexible Content to Releationship to Flexible Content

  • Hi @henricakesson

    What happens if you add the post ID to the inner flexible field?

    
    <?php if( have_rows('widgets', $post->ID) ): ?>
    <?php while ( have_rows('widgets', $post->ID) )