Anonymous
Unregistered
Posted 7 years ago #
Erm, this is probably very easy to do, but I cant figure it out, so I'll ask y'all.
What I am referring too is when you look at the top of a browser it says like "WordPress Support > How-To and Troubleshooting" on my blog it says "Neczy's Blog » The Agenda" Etc. How do i change the » to something else? like a |?
/wp-includes/template-functions-general.php
around line 93
function wp_title($sep = '»', $display = true)
change the » thingy :)
Anonymous
Unregistered
Posted 7 years ago #
Aha! neat, thanks! I never thought to look at files other than the wp-comments and index X_X