<?php /** * Template part for displaying home page content * * @package eLearning Education * @subpackage elearning_education */ ?> <div id="main-content" class="container"> <?php while ( have_posts() ) : the_post(); ?> <?php the_content(); ?> <?php endwhile; // end of the loop. ?> </div>