Skip to content

Instantly share code, notes, and snippets.

@Galibri
Created October 1, 2019 18:51
Show Gist options
  • Save Galibri/a22c81b9f25ee39a395edb7432589418 to your computer and use it in GitHub Desktop.
Save Galibri/a22c81b9f25ee39a395edb7432589418 to your computer and use it in GitHub Desktop.
Register Sidebar
register_sidebar( array(
'name' => esc_html__( 'My Sidebar', 'text-domain' ),
'id' => 'my-sidebar',
'description' => esc_html__( 'Add sidebar widgets here.', 'text-domain' ),
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_title' => '<h2 class="widget-title">',
'after_title' => '</h2>',
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment