0

Anyone know how to reposition the widget sidebars in the Widgets menu?enter image description here

0

1 Answer 1

0

There will be a code inside your theme's functions.php file which registers the sidebars for you. You need to find it and rearrange the sidebars the way you want.

Open the functions.php file and search for register_sidebar. The sidebars are registered as an array inside this function.

4
  • When you say rearrange do you mean that the position on the screen is dependent on the position in the array? Commented Mar 30, 2017 at 21:12
  • Yes. Change the order of each sidebar in the functions.php to change it's visual place in the admin panel. Commented Mar 30, 2017 at 21:14
  • I am trying to remove it in the child theme so I do unregister_sidebar and then register_sidebar - will this cause any issues? Commented Mar 30, 2017 at 21:35
  • I don't think it would cause a problem as long as you preserve the original ID of the sidebars. Commented Mar 30, 2017 at 21:39

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.