Archived topic
Remove footer menu
6 replies · Started by Michael on February 28, 2018
Hi.
How do you remove footer navigation menu complete from every page?
Could someone kindly help.
Hi there,
There isn't a default footer navigation menu.
Can you link me to the site in question?
Thanks!
Hi Leo
I referring to the bottom of the page that has copyright generatepress and black bar.
Once you view it, I’ll put back the maintenance page.
I loaded an image of the footer,
Copyright generatepress.
The page is current maintenance page. Can you unlock it?
If you just want it completely removed overall, this snippet should help:
add_action( 'after_setup_theme','tu_remove_footer' );
function tu_remove_footer() {
remove_action( 'generate_footer','generate_construct_footer' );
}
Thanks Leo
It did the trick.
Completely removed.
Thanks
No problem :)