File "content-post.php"

Full Path: /home/pumpbmko/public_html/wp-content/themes/creative-portfolio-lite/template-parts/content-post.php
File size: 314 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
  global $post;
?>

<div id="post-<?php the_ID(); ?>" <?php post_class('post-single p-3 mb-4'); ?>>
  <div class="post-content">
    <?php
      the_content();
      the_tags('<div class="post-tags"><strong>'.esc_html__('Tags:','creative-portfolio-lite').'</strong> ', ', ', '</div>');
    ?>
  </div>
</div>