File "additional-content.php"

Full Path: /home/pumpbmko/public_html/wp-content/themes/creative-portfolio-lite/core/sections/additional-content.php
File size: 202 bytes
MIME-type: text/plain
Charset: utf-8

<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>