#121401
 Radu
Moderator
Hi, Please upload the attached file after you unzip it to : wp-content/themes/kleo-child/ Then paste this code in this file : wp-content/themes/kleo-child/functions.php


function my_extra_footer_widget_cols () {

    register_sidebar(array(
        'name' => 'Footer sidebar 5',
        'id' => 'footer-5',
        'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => 'Footer sidebar 6', 'id' => 'footer-6', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); } add_action( 'widgets_init', 'my_extra_footer_widget_cols' );
NOTE : Kleo Child theme needs to be installed and activated. Cheers R.

Log in with your credentials

Forgot your details?