Archived topic
Easiest way to replace the default copyright footer with custum menu?
2 replies · Started by Sascha on October 8, 2021
Hi
I have GP-Premium and would like to hear about the fastest and easiest way of replacing the default copyright footer with a custom menu, which I have created in Appearance > Menu: "FooterMenu DE"
This footer menu contains the "Home", "Privacy Policy" and "Contact" pages.
I have checked out many articles here, but didn't find relevant for this.
When I enable Footer Widget in Customizer and assign the Footer-Menu here, the page-links will be displayed underneath each other instead of how the copyright-footer looks.
Could you please point me to the right direction?
Thank you in advance and kind regards,
Sascha
Found it!
Instead of applying the Footer-Menu via Customizer > Widgets > Footer Widget, I have now chosen Footer Bar instead, yay :)
But now I want to get rid of the default copyright item. It seems that the only way to achieve this is to enter a blank character into Customizer > Layout > Footer > Copyright field. Feels like a hack ;-) So I wonder of better solution for this (and better then display:none of course)?
Thank you in advance and kind regards,
Sascha
Hi there,
try adding this PHP Snippet:
add_filter( 'generate_copyright', '__return_empty_string' );