Thanks stvwlf.
I’m trying to call the title of a page with a variable.
If I have a static page I would use <?php $thisPage=”About”; ?> at the top of a page to tell a php file to execute a certain action on the current page, which in this case is called About. And so on with other static pages. But I can’t do that with dynamic pages as in WP. I’ve been trying to use wp_title but doesn’t work. So, I can’t get the right way of calling the current page with $thisPage. Any suggestions?