File "content-page.php"
Full Path: /home/pumpbmko/public_html/wp-content/themes/creative-portfolio-lite/template-parts/content-page.php
File size: 178 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
global $post;
?>
<div id="post-<?php the_ID(); ?>" <?php post_class('page-single p-3 mb-4'); ?>>
<div class="post-content">
<?php the_content(); ?>
</div>
</div>