hide date in news view
This commit is contained in:
parent
f418d88bec
commit
c01253c5a1
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue