Hello,
I would like to remove the header and footer from a single page.
I have tried various options, adapting previous answers from this forum and with various combinations of scripts, but I am stuck and would really appreciate some help.
Do I need to change the header.php or the page.php? or something else?
Many thanks in advance.
You'd need to edit header.php and footer.php. Use the is_page() conditional to determine what is, or isn't, shown on this particular page.
Thanks so much for replying. I think I was stuck on whether I needed to edit the page.php too. After hours of trying more complicated things, your answer just made it all click. Simple! I did it and it worked. Thanks so much and all the best.