To remove or change the >> on your title do this:
- Go to your installation directory and ind the folder wp-includes locate the file general-template.php
- Find the function:
function wp_title($sep = '»', $display = true, $seplocation = '') {
– To remove the >> change it to:
function wp_title($sep = ';', $display = true, $seplocation = '') {
– To change it do this:
function wp_title($sep = 'INSERT YOURS HERE', $display = true, $seplocation = '') {
- Save it and upload it to your installation.