I'm creating pages in Wordpress which have a parent which is not the default 'Main Page (no parent)'. I need the title tag of these pages to be the actual title of the page that I've created rather than the title of the parent (So... banana, apple,.. instead of fruit).
I think I have to do something with the 'thematic_doctitle()' function within header-extentions.php, but I'm not sure how to handle it, or perhaps it's an option within Wordpress?