Open ../post-templates/content.php, remove:
<time class="detail left index-post-date" datetime="<?php echo get_the_date( 'Y-m-d' ); ?>"><?php echo get_the_date( 'M d, Y' ); ?></time>
Open /post-templates/content-single.php, remove:
<time class="detail left index-post-date" datetime="<?php echo get_the_date( 'Y-m-d' ); ?>"><?php echo get_the_date( 'M d, Y' ); ?></time>
Thread Starter
N
(@x8yuvzi)
removed it, it still shows π
If you are talking about removing the date from slides you need to open featured-content.php and remove:
<time class="date" datetime="<?php echo get_the_date( 'Y-m-d' ); ?>"><?php echo get_the_date( 'M d, Y' ); ?></time>
If you plan on updating the theme please use a child theme.