Support

Account

Home Forums Front-end Issues Display multiple sets of post using flexible content field Reply To: Display multiple sets of post using flexible content field

  • Okay, I feel so stupid for not seeing that the end tags for the loops were out of place…

    
    endif;
    
    endwhile;
    

    Should have been placed before

    
    else :
    
    // no layouts found
    

    That fixed it.