tables(); foreach ( $tables as $table ) : if ( ! $table ) { continue; } sp_get_template( 'league-table.php', array( 'id' => $table->ID, 'highlight' => $id, ) ); endforeach;