Reality adlı üyeden alıntı:
mesajı görüntüle
sosyopat adlı üyeden alıntı:
mesajı görüntüle
WordPress › All in One SEO Pack WordPress Plugins
16
●1.353
<?php if ( is_single() ) { ?><?php wp_title(''); ?> | <?php the_category(', ') ?> | <? bloginfo('name'); ?><?php } ?>Edit: Eğer title kısmında bunun gibi bir kod varsa onu sil bunu yaz onun yerine, bi de yedek al tabi.
<title><?php if ( is_single() ) { ?><?php wp_title(''); ?> | <?php the_category(', ') ?> | <? bloginfo('name'); ?><?php } ?> </title>