<?php if(is_404()) {?> <?php echo '404 başlığı buraya gelsin.'; ?> <?php } else { ?> <?php wp_title ?> <?php } ?>