Extra homepage widget area

Hi there,

I would like to add a extra homepagewidget area. I changed the homepage widget 1 from class col-sm-6 col-md-4 home-widget to col-sm-12 col-md-12 home-widget so it is now 100% width. Now I want to add another widget area so I have 3 times de widget area of 33,33% width under the first homepage widget.

In the sidebar-home.php I already add this extra widget but this don’t shows up in wordpress. Can someone tell me in witch file I have to be to add that?

Thanks in advance!

I see that one thing is missing here - you haven’t registered a new widget are and you can see functions.php file how it is done now and more specifically look into dazzling_widgets_init function. You will see how current widget areas are registered and you need to do the same thing with new widget areas as well.

Hi Aigars,

Thanks for the great help. It was fixed within a minute with your help.

Regards,
Sander