• Hi,

    I have modified the footer area and changed from 1 widgetized space to 4. https://174.120.180.90/~rpawly/texaninth … pines.com/
    but i guess in the past 3 or 4 versions of wordpress the process to add these widgeted spaces to the widget dashboard has changed and I cant get them in there.

    I did get them in using the old methods but it broke the right hand sidbar.

    Can somone please let me know where to add the code to get them in the dashboard. Also can you let me know if the code below (i have used in other themes) is still correct for the latest version of wordpress.

    This code used to be placed in the functions.php file but can’t get it to work now:*(
    Code:
    register_sidebar(array(‘name’=>’Footer #1′,’before_title’=>'<h4>’,’after_title’=>'</h4>’));
    register_sidebar(array(‘name’=>’Footer #2′,’before_title’=>'<h4>’,’after_title’=>'</h4>’));
    register_sidebar(array(‘name’=>’Footer #3′,’before_title’=>'<h4>’,’after_title’=>'</h4>’));
    register_sidebar(array(‘name’=>’Footer #4′,’before_title’=>'<h4>’,’after_title’=>'</h4>’));

  • The topic ‘Getting new widget space into dashboard’ is closed to new replies.