php title problem

Posted on 16th Feb 2014 by admin

Hi,

I am having a problem managing my page title with PHP.

Currently I have my <title> tags in each PHP document, followed by my header.php which has my functions.php file contained in it. The functions.php has my page titles defined in it.

I can only get my titles to show if I place my header.php file above the <title> tag.

Is there a way round this problem?

Thanks

Other forums