1- Go to

http://yourwordpressdomain/wp-admin/theme-editor.php

2- Then select the theme you are using (ex: xx), and click on Header header.php link (You will edit the file wp-content > themes >xx>header.php)

3- (Backup your header.php first) then replace the tag <title></title> with the following code:

<title><?php wp_title(”); if(wp_title(‘ ‘, false)) { ?> | <?php } bloginfo(‘name’); ?></title>

Or this code also:
<title><?php if (is_home()) {bloginfo(‘name’) ;} else { wp_title(‘ ‘);} ?></title>
These code was primary taken from: http://www.trentmueller.com/blog/remove-the-arrows-»-from-wordpress-titles.html

Tags: ,

Cuong Dang © 2006-2012 | Say Hello | Site's contents is licensed under a CCA 3.0 | Powered by Wordpress | Theme by.