I use <h2><?php echo PAGE_TITLE; ?></h2> in my index page
so all my pages have a title on it without me having to write it in manually.
But because im using section picker one of my pages now has two titles.
http://www.rejoycechoir.com/the-rejoyce-choir-perth-australia/pages/performances.phpive had a crack at writting the php that will stop this from happening but it does not work.
So, does anyone have any suggestions?
<h2><?php echo PAGE_TITLE; ?></h2>
<?php
if ($page_id = 22);
PAGE_TITLE = false;
?>
cheers