Hello, I would like to set a different footer on every page. It wors fine with every page exept the home page. I tried this 2 following code for the home page, none of them are working: <?php if (is_front_page()){ ?> <?php endif; ?> <?php if (is_home()){ ?> <?php endif; ?> what would be the right code? I am using this for pages and is working perfectly: <?php if ( is_page( 109 ) ) : ?> <?php endif; ?> (changing the numbers for the pages) Thanks for helping my page is: www.govinda-leipzig.de
Hello Govinda, You can use "Dynamic widget" plugin for this. Download link. http://wordpress.org/plugins/dynamic-widgets/ For more info. http://www.inkthemes.com/easily-control-appearance-of-widgets-on-your-wordpress-pages/02/ Thanks & Regards Nitesh Raghuwanshi