在页面模板第42行中,您将看到
<?php if ( is_archive() || is_search() ) : //display excerpts for archives and search. ?>
<?php the_excerpt(); ?>
<?php else : ?>
<?php the_content(\'Read More\'); ?>
<?php endif; ?>
这意味着归档页面上不会有标题,\\u摘录不允许类似html的超链接(尽管您可以使用“高级摘录”插件来实现摘录格式)