| Current Path : /home/n/i/c/nicedoo/www/wp-content/themes/grocery-shopping/template-parts/ |
| Current File : /home/n/i/c/nicedoo/www/wp-content/themes/grocery-shopping/template-parts/content-page.php |
<?php
global $post;
?>
<div id="post-<?php the_ID(); ?>" <?php post_class('page-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(); ?>
</div>
</div>