答案 0 :(得分:0)
在" sections.php" "功能/模板"中的页面文件夹在线~112和~219有:
<?php echo ($section_post->post_title) ? '<h2>' . apply_filters('the_title', $section_post->post_title) . '</h2><div class="clear"></div>' : ''; ?>
和
<?php echo ($section_post->post_title) ? '<h2>' . apply_filters('the_title', $section_post->post_title) . '</h2><div class="clear"></div>' : ''; ?>
将<h2>
更改为<h1>
可以达到您想要的效果。