'; 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... $post = get_post( get_theme_mod( 'affinity_panel' . $panel ) ); setup_postdata( $post ); if ( 'publish' === get_post_status() ) : echo '
  • '; wp_reset_postdata(); $counter++; else : wp_reset_postdata(); endif; // if ( 'publish' === get_post_status() ) endif; endforeach; // foreach ( $panels as $panel ) echo ''; endif; // if ( 0 !== affinity_panel_count() ) ?>