head(); brisko_post_header(); /** * Post content */ while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'single' ); // custom action . brisko_after_post_content(); // the_post_navigation. if ( get_theme_mod( 'display_previous_next', 1 ) ) { self::post_navigation(); } do_action( 'brisko_before_comments' ); if ( comments_open() || get_comments_number() ) : comments_template(); endif; do_action( 'brisko_after_comments' ); endwhile; $this->footer(); } /** * The Post Navigation */ public function post_navigation() { the_post_navigation( array( 'prev_text' => '