您可以打开主题文件并删除将其添加到页面的代码。要查找的典型文件有:index。php,第页。php,发布。php,单个。php。
查找以下内容:
<h2><a href=”<?php the_permalink(); ?>”><?php the_title(); ?></a></h2>
或者它可能看起来像这样:
<?php the_title(); ?>
您可能希望注释掉部分代码,以便将来可以轻松添加它。要使用此方法,您需要将部分环绕在\\u title()的周围;使用此/**the\\u title();*/然后看起来是这样的:
<?php /** the_title(); */?>