<?php get_header(); global $array_to_exclude; $array_to_exclude = []; ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <main class="main-section"> <?php the_content(); ?> </main> <?php endwhile; endif; ?> <?php get_footer(); ?>