Rename sidebar widgets
-
I’m creating a twentytwelve child theme. Is there a way to rename (change the ID) of the default twentytwelve sidebars? I could add three new ones and don’t use the other ones, but I’d rather just change the names.
This is the begining of the code from twentytwelve functions.php:
function twentytwelve_widgets_init() { register_sidebar( array( 'name' => __( 'Main Sidebar', 'twentytwelve' ), 'id' => 'sidebar-1',...
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Rename sidebar widgets’ is closed to new replies.