/ Published in: Textpattern
Textpattern's default page title markup -- txp:page_title -- always places the site name in front of the individual page name. This is irritating, because I prefer to have the interior content title come before the site title itself -- it just makes more sense that way and it's a lot more search engine friendly.
Use this code to replace txp:page_title on the page template to get the desired effect.
Expand |
Embed | Plain Text
Comments
Subscribe to comments
You need to login to post a comment.

The newest version of Textpattern has changed "sitename" to "site_name" – if you're using an older version of Textpattern, you'll probably want to use "sitename"
Thanks - that's great.
Can this be shortened even further by moving the title tags outside?
Yes, something like this should work:
-
Whoops! Forgot to format the code, sorry.