日期不显示每篇文章wordpress

日期不显示每篇文章wordpress,wordpress,Wordpress,我想知道我怎样才能不让文章的日期显示在博客的页面上。但每个帖子中都没有显示日期 网址:ichooseapp.com/blog <div class="tiemsec1"> <div class="timetitle1"><a href='<?php the_permalink() ?>'><?php get_the_date(); //the_date('d.m.y'); ?></a></di

我想知道我怎样才能不让文章的日期显示在博客的页面上。但每个帖子中都没有显示日期

网址:ichooseapp.com/blog

<div class="tiemsec1">

            <div class="timetitle1"><a href='<?php the_permalink() ?>'><?php get_the_date(); //the_date('d.m.y'); ?></a></div>

            <p>by <?php echo get_the_author(); ?> </p>

        </div> 

有人能帮我吗?

获取日期();功能需要有回声; 作为

echo获取日期()

为什么不使用不需要回显的_date()函数