Hi,
I've been trying to figure this out and it's bugging the hell out of me!
I have a header.php file included on all my pages. I want to know if I can have the page title and meta tags in the header.php file, that way when I include it in every page, the page title and meta tags will be included too.
I searched around and found a few examples, but they seem to be the opposite of what I want. The whole point of this is so that I DON'T have to change the page title and meta tags on EVERY single page of my site. Rather, I would do it with an include. It doesn't necessarily have to be in the header.php file, but as long as I can include the page title and meta tags into every page.
Can someone help me out?
Thanks.