How to make page template with exclusive or hidden header and footer?
I tried to create empty page template without header and footer for landing page, but header and footer displayed everywhere. How to create empty template?
I created new file for example landing.php with code
PHP Code:
<?php
// Template Name: Landing Page
?>
Then I've created new page, selected this template and got page without content but with header and footer.