ss_blog_claim=bca479400475e5ef519a8d6522866a06

Last Blogger

Last Blogger header image 1

 

Better Titles In Wordpress

March 24th, 2007 · No Comments

I’m just realising now that while I mentioned that I fixed my Wordpress titles and all of the rational behind why I went about it the wrong way the first time around, I neglected to mention exactly how I fixed them.

One of the problems with Wordpress titles is that they are normally displayed as BlogName >> PostTitle. While that makes a lot of sense logically it’s not all that great for SEO purposes, nor is it very helpful for people who bookmark multiple pages from a single blog. For those reasons, a lot of people prefer to have a simpler title in the form of PostTitle.

In order to do this, go edit the Header file by going to the Presentation -> Theme Editor -> header.php. In that file, near the top you’ll find the wp_title function in between the title HTML tags. Set it to look like wp_title(''), hit save and you’re done. Your post titles should now be showing in the form PostTitle. It’s an easy fix and will put you in a better overall position overall with respect to SEO.

,
1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5 out of 5)
Loading ... Loading ...

Related Posts