且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何从wordpress中的所有帖子中删除作者、类别和日期?

更新时间:2023-02-14 10:33:22

删除这个 <?php get_template_part( 'content', get_post_format() );?> 并使用 <?php echo get_the_content();?> 在 single.php

Remove this <?php get_template_part( 'content', get_post_format() ); ?> and use <?php echo get_the_content(); ?> in single.php