head(); /** * Page content */ while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'full-width' ); if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; $this->footer(); } /** * Head section */ public function head() { brisko_page_header(); ?>