Themes on new php page

Themes on new php page

by Mark Wong -
Number of replies: 1
I have a new input form for a custom function, but I can't figure out how to get the the theme header to show up on it.

I was able to get the footer to work, but I can't for the life of me figure out the theme header.

Help!!!!

Thanks,
Mark
Average of ratings: -
In reply to Mark Wong

Re: Themes on new php page

by Greg Lyon -
Hi Mark,
at the most basic, print_header() will do it. You'll have to look into some of the optional parameters to get it to do everything it is supposed to (like breadcrumbs),

Hope it helps,
Greg.