' . "\n\n" ); // start the loop while ( have_posts() ) : the_post(); // create the navigation above the content thematic_navigation_above(); // calling the widget area 'single-top' get_sidebar('single-top'); // action hook creating the single post thematic_singlepost(); // calling the widget area 'single-insert' get_sidebar('single-insert'); // create the navigation below the content thematic_navigation_below(); // action hook for calling the comments_template thematic_comments_template(); // end the loop endwhile; // calling the widget area 'single-bottom' get_sidebar('single-bottom'); ?>