Support

Account

Home Forums Front-end Issues Hiding an empty repeater Reply To: Hiding an empty repeater

  • you need to wrap your entire code block in the if( have_rows('links-lister') ):

    
    if( have_rows('links-lister') ):
    
      // the rest of your code goes here with the exception of repeating the IF statement
    
    endif;