Skip to content

Instantly share code, notes, and snippets.

@hitsujixgit
Last active August 29, 2015 14:02
Show Gist options
  • Save hitsujixgit/b9c6b525ea9b4071bcf7 to your computer and use it in GitHub Desktop.
Save hitsujixgit/b9c6b525ea9b4071bcf7 to your computer and use it in GitHub Desktop.
Regist sidebars
<?php
register_sidebar(array(
'name' => 'Sidebar',
'before_widget' => '<li>',
'after_widget' => '</li>',
'before_title' => '<h2>',
'after_title' => '</h2>'
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment