Removing » separator from titles

You are trying to optimize your WordPress titles for the search engines, but that stupid » (double-arrow) separator always shows up before your post or page title. How do you get rid of it?

You either use a plugin for that, or modify the wp_title() in the TITLE tag of your template header.php file to read wp_title(''). That’s two apostrophes there, by the way. Not one quotation mark.

Also see

Post a Comment

Your email is never published nor shared. Required fields are marked *