-
Notifications
You must be signed in to change notification settings - Fork 6
Description
With a fresh WordPress installation, the Search and Meta widgets are automatically included in what’s currently designated as our “sidebar-2” (inner right) aside element.
We’ve also been including our own custom Search and Meta components in the “sidebar-1” (outer right) aside element.
This makes for a somewhat repetitive sidebar configuration upon initial installation.
I suggest that we remove our custom Search and Meta components and rely on the ability to customize the sidebars with WordPress-supplied widgets.
This also opens up a discussion around whether the parent theme should even include two sidebar areas. Frankly, I’d be happy one one sidebar out of the box … with the ability to add a second sidebar via a child theme.
Thoughts? Concerns? Anyone? Bueller?