2014-10-16 54 views

回答

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>應該達到你想要的。