widgetized footer display – how to supress it?
-
Hi.
I’m using a modified version of the metro-pro theme.
Within this them there is a page_landing.php which I have duplicated to create page_landing_full_width.php. All works perfectly.
However, I also have the Genesis Widgetized Footer plugin running with a text widget added to Footer Area #1. Interestingly this footer widget does not appear in page_landing.php, but it does appear in page_landing_full_width.php despite these 2 pages being identical in code except for a differing class at the top.
Note, if I do change the class to be identical, the issue persists. But if I change the name of one of the new files to the original name, page_landing.php, the footer disappears.
I have looked into the plugin’s code and found this inside gwfoot-frontend.php:
`if ( GWFOOT_REMOVE_LANDING_FOOTER
&& ( is_page_template( ‘page_landing.php’ )
|| is_page_template( ‘page-landing.php’ )
|| is_page_template( ‘landing.php’ )
|| is_page_template( ‘template-landing.php’ )
|| is_page_template( ‘template_page-landing.php’ )
)`Can I suggest a plugin feature to allow other pages to be excluded? Or can I include something in my “must use” plug in that alters the behaviour of this plugin?
https://www.ads-software.com/plugins/genesis-widgetized-footer/
- The topic ‘widgetized footer display – how to supress it?’ is closed to new replies.