Sidebar Generator July 5, 2017 Public Julien Félix Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Untitled Snippet // Register Sidebars function jfw_custom_sidebars() { } add_action( 'widgets_init', 'jfw_custom_sidebars' );