Awesome, thanks for your help. I wasn’t sure what it was called but now its loading correctly!
-
This reply was modified 8 years, 8 months ago by Brian Frank.
Sorry, yes it is the Custom HTML widget. The only options I’m seeing in the admin under my custom theme are my different menu options, but I’d like to be able to add the widgets.
Just go to your functions.php file and add this code to the registered widget
‘before_widget’ => ‘<div class=”widget-item”>’,
‘after_widget’ => ‘</div>’
That should take care of your problem.