It seems the_title(); is causing it. I deleted the other lines, and nothing changed in the headings throughout the site. Surely it should pick up as “Forums”. Strange compatibility bug.
You were right, I tracked down the code that is causing it from the Page Template (page.php) to this line of code:
<h2>
<?php
if(!empty($headline[0]) )
{
echo $headline[0];
}
else
{
the_title();
}
?>
</h2>
I can delete it all to just <h2>Forums</h2>, but then it changes all the page names to Forums.
I realise you don’t support every theme, but do you have any ideas on this? I’m sure its a simple code change.
Thanks again
Thanks for your reply.
Afraid not, the name/title of the forums is “favourite destinations”, when it should be “forums”. Check the link in my post.
I really don’t want to go meddling through the code too much.