I have created dynamic sidebars. They are working fine and appear in the Widgets area.
However, I would like to customize the name that appears on each sidebar.
So, right now each sidebar is named “Sidebar 1”, “Sidebar 2”, etc.
Instead, I would like them to say something like “About Sidebar”, “Toolkit Sidebar”.
This is not the title (that field is blank and the user can enter whatever text they please).
Thank you for any help!
Jeff
I am not sure how to do that.
Use the ‘Name’ parameter in your register_sidebar call. E.g., see the following code in the default Twenty Ten theme, line 351.
The easiest way is;
Appearance/Sidebars , on the right Add a New Sidebar, type a name, click on Add Sidebar.
Add as many as you wish, and then add Widgets to these Sidebars in the Appearance/Widgets section.