• I’m using the following code to create a dynamic sidebar:

    function register_new_sidebars(){
    		register_sidebar(array('name' => 'Contact Page'));
    	}

    However, in my admin section the new widget block just shows with the title ‘Sidebar1’. What am I doing wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't rename a new dynamic sidebar’ is closed to new replies.