Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Is there a way to modify page title order?
It says in the wiki that this is what txp:page_title displays on a single article page:
“Your site name : Article name”
What if I wanted to change the order to this:
“Article name : Your site name”?
Main reason for doing that would be to make search engines happier.
Offline
Re: Is there a way to modify page title order?
You could use <txp:title /> | <txp:site_name /> inside if_individual_article tags like:
<title><txp:if_individual_article><txp:title /> | </txp:if_individual_article><txp:site_name /></title>
Last edited by paperboy (2009-01-03 08:46:19)
Offline
Offline