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