With earlier versions of the Footer Putter plugin you needed to use the Widget Logic plugin to hide the footer widgets on landing pages. This involved typing in specific PHP which evaluated to true if the page is not a landing page:
[php]
!is_page(‘landing_page.php’)
[/php]
Footer Widget Visibility
Now, it is a lot easier, you have a Widget Visibility setting built into both the Footer Copyright and Footer Trademarks widgets. It has 3 settings:
- Show on all pages
- Hide on landing pages
- Show only on landing pages
Just click the second option and than press the Save button to hide the footer on landing pages.