header.php'de title bölümünü

<?php if ( is_home() ) { ?> Servet USLUER | Yeni Web Blogu<?php } ?> <br/> <?php if ( is_search() ) { ?>Aranan: <?php echo $s; ?><?php } ?> <br/> <?php if ( is_single() ) { ?> <?php wp_title(''); ?><?php } ?> <br/> <?php if ( is_page() ) { ?> <?php wp_title(''); ?> - Servet USLUER<?php } ?> <br/> <?php if ( is_category() ) { ?><?php single_cat_title(); ?><?php } ?> <br/> <?php if ( is_month() ) { ?><?php the_time('F'); ?><?php } ?> <br/> <?php if ( is_tag() ) { ?><?php single_tag_title();?><?php } ?> <br/> <?php if ( is_404() ) { ?>404 - Sayfa Bulunamadı! - Servet USLUER<?php } ?>

Şeklinde de düzenleyebilirsin sorun kalmayacaktır.