1
I created a classic static .php page with the include method. This .php page displays some info from the database (ok, so it's not exactly static).
It's all working well; the only problem I've got is that I can't set the HTML title without messing up the whole theme.
The main title of the page is displayed and then -. So Page Title - - instead of Page Title - Page Subtitle.
If I put html
in front of the header include the whole theme gets messed up, if I put it behind its not working.
Any ideas how I could do this?