Hello there,
Thanks for writing in.
To add new widget area, in extra.php you can copy the code of the function and add new function with the new name, id and description. The code is given below:
register_sidebar( array(
‘name’ =>’Eigen Widget Gebied’,
‘id’ =>’eigen_widget_gebied’,
‘before_widget’ => ‘<aside id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</aside>’,
‘before_title’ => ‘<h3 class=”widget-title”>’,
‘after_title’ => ‘</h3>’,
) );
Thanks.
We hope your issue is solved here.
Thank you for contacting us.