| Current Path : /home/nicedoo/www/wp-content/themes/grocery-shopping/core/sections/ |
| Current File : /home/nicedoo/www/wp-content/themes/grocery-shopping/core/sections/additional-content.php |
<div class="py-5 extra-home-content">
<div class="container">
<?php while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; // end of the loop. ?>
</div>
</div>