<?php
if (!hmt4_get_option('hmt_hide_post_titles')) {
if (!hmt4_get_option('hmt_assign_h2_post_titles')){ ?>
<h1 class="h1-underline entry-title"><?php the_title(); ?></h1>
<?php
} else {
?>
<h2 class="h2-simulate-h1-size-underline entry-title"><?php the_title(); ?></h2>
<?php
}
}
?>bu şekilde denermisiniz eğer sorunlarda azalma olursa ona göre düzenleme yapayım...