Previously I wrote a tutorial “How to change the footer copyright text from Genesis Theme Settings Page“. Today I am writing this article and showing you how to change the footer widget area from Genesis Theme Settings page. I added following PHP code in functions.php file: Creating Theme Settings for Footer Widget function gd_defaults_settings_fields( $default_settings… Continue Reading
footer widgets
Creating 5 Columns Footer Widgets
First open the functions.php file on Theme editor ( Dashboard->Appearance->Editor) or download the file via FTP/File Manager and open it on Notepad+ or any PHP editor. In maximum themes you will get this line add_theme_support( ‘genesis-footer-widgets’, 3 ); Change the value 3 to 5. If your theme is not supporting the footer widgets then add… Continue Reading
Create 4 Columns Footer Widget Area
Normally SP themes are supporting the 3 columns footer widget area. In this article I will show you how to create 4 columns footer widgets area with responsive effect. First open the functions.php file on Theme editor ( Dashboard->Appearance->Editor) or download the file via FTP/File Manager and open it on Notepad+ or any PHP editor.… Continue Reading