Remove Footer only on Homepage
-
Hi everyone,
just to be honest – i am a newbie to coding/using/creating a website.
I am creating a new website for my society. I would like to remove the footer only on my homepage. I tried to put the following code in my page.php file :
<?php if ( is_front_page() ) : get_footer( 'footer-home' ); else : get_footer(); endif; ?>
But, obviously, it doesn’t work – I created a file footer-home.php – There are so many files named .php, I have to admit it – i am lost.
I want it to be removed from the homepage, but still have it on all the other pages!
Thank you in advance for the help !
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove Footer only on Homepage’ is closed to new replies.