hide date in news view

This commit is contained in:
jorge 2021-06-28 16:24:49 +02:00
parent f418d88bec
commit c01253c5a1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
</a> </a>
<?php endif;?> <?php endif;?>
<h5 class="date"> <h5 class="date">
<?php the_date('d.m.Y');?> <?php //the_date('d.m.Y');?>
</h5> </h5>
<h3 class="entry-title"> <h3 class="entry-title">
<a href="<?php the_permalink(); ?>" rel="bookmark"> <a href="<?php the_permalink(); ?>" rel="bookmark">