Advertisement
Guest User

Untitled

a guest
Jul 8th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. register_sidebar(array(
  2. 'name' => 'Widget area 1',
  3. 'id' => 'widget-area-1',
  4. 'description' => 'This is a widgetized area.',
  5. 'before_widget' => '<div class="sidebar-box %2$s widget" id="%1$s">',
  6. 'after_widget' => '</div><!--sidebar-box-child ends--></div><!--sidebar-box ends--><div class="clear"></div>',
  7. 'before_title' => '<div class="sidebar-title">',
  8. 'after_title' => '</div><div class="sidebar-box-child">'
  9. ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement