Sindbad~EG File Manager

Current Path : /home/nicedoo/www/wp-content/themes/grocery-shopping/template-parts/
Upload File :
Current File : /home/nicedoo/www/wp-content/themes/grocery-shopping/template-parts/content-post.php

<?php
  global $post;
?>

<div id="post-<?php the_ID(); ?>" <?php post_class('post-single p-3 mb-4'); ?>>
  <?php if ( has_post_thumbnail() ) { ?>
    <div class="post-thumbnail">
      <?php the_post_thumbnail(''); ?>
    </div>
  <?php }?>
  <h1 class="post-title"><?php the_title(); ?></h1>
  <div class="post-content">
    <?php
      the_content();
      the_tags('<div class="post-tags"><strong>'.esc_html__('Tags:','grocery-shopping').'</strong> ', ', ', '</div>');
    ?>
  </div>
</div>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists