Child theme question

I have made a child theme and a new template with the sidebar, what I have done so far is made the BB template have a header, what I need to know is can I move the page/post title from it’s default location to the header.
http://www.wp.kursorcreative.com/joining-corc/

Hey Matthew,

That would actually depend on how you created your template file. Is the header you made still inside the loop? If it is, you can call the title by simply using the_title(). If it’s outside the loop, you can use get_the_title() instead.

Hope this helps! :slight_smile:

Ben