'' . esc_html__('Next', 'camaraderie') . '' . '%title', 'prev_text' => ' ' . '%title', )); comments_template(); } add_action('camaraderie_display_content_single', 'camaraderie_output_content_single'); /* ============================================================================================================================ 3.0 - Main Query (Content Page) ============================================================================================================================ */ function camaraderie_display_content_page() { do_action('camaraderie_display_content_page'); } function camaraderie_output_content_page() { while (have_posts()) : the_post(); get_template_part('views/content/content', 'page'); endwhile; comments_template(); } add_action('camaraderie_display_content_page', 'camaraderie_output_content_page');