Thread Starter
mvprzy
(@mvprzy)
Thank You! I did find a way, but this helped immensely.
What I ended up doing is using a child theme folder and then making another page template.
I could not find the function “getheader()” anywhere.
I ended up taking that line out and including a file “header2.php” instead. and I put that header2 file in the child folder as well.
So, for those pages without the header, I choose that page template.
Seems to work now.
Mark
I am looking to do this and I have not resolved yet…can you give me a hint?
I know CSS, something like:
div.frontpage-header {
display:none;
}
But where can I put it into a Page?