'; echo '
  • '; $counter = 0; foreach ( $panels as $panel ) : //Iterate over each panel and grab titles from $titles[] defined in the previous loop if ( get_theme_mod( 'affinity_panel' . $panel ) ) : //If the theme mod is set... echo '
  • '; $counter++; endif; endforeach; // foreach ( $panels as $panel ) echo ''; endif; // if ( 0 !== affinity_panel_count() ) ?>