'; // action hook for any content placed before the main content do_action( 'alurra_before_single_main_content' ); while ( have_posts() ) : the_post(); // Get the post content alurra_template_part( 'single' ); alurra_post_comments(); endwhile; // action hook for any content placed after the main content do_action( 'alurra_after_single_main_content' ); echo '
'; break; case "classic-left": echo '
'; // action hook for any content placed before the main content do_action( 'alurra_before_single_main_content' ); while ( have_posts() ) : the_post(); // Get the post content alurra_template_part( 'single' ); alurra_post_comments(); endwhile; // action hook for any content placed after the main content do_action( 'alurra_after_single_main_content' ); echo '
'; echo '
'; break; default: echo '
'; // action hook for any content placed before the main content do_action( 'alurra_before_single_main_content' ); while ( have_posts() ) : the_post(); // Get the post content alurra_template_part( 'single' ); alurra_post_comments(); endwhile; // action hook for any content placed after the main content do_action( 'alurra_after_single_main_content' ); echo '
'; echo '
'; } } endif;