yes!i have over this question, in css file,add “.page-title{position:relative;display:none;}”,then change “page.php” file,change
<?php
if ( is_single() || is_front_page() ){
the_title( ‘<h1 class=”page-title”><span>’, ‘</span></h1>’ );
}
to
<?php
if ( is_single() || is_front_page() ){
the_title( ‘<h1 class=”
posts
-title”><span>’, ‘</span></h1>’ );
}
back “style.css” file ,add post-title > span{position:relative;}