Return to Snippet

Revision: 52475
at October 24, 2011 20:39 by nobsambo


Initial Code
register_sidebar(array(
  'name' => 'topsidebar',
  'id' => 'top-sidebar',
  'description' => 'Widgets in this area will be shown on the header',
  'before_title' => '<h1>',
  'after_title' => '</h1>'
));

Initial URL


Initial Description


Initial Title
register WordPress Widgets

Initial Tags


Initial Language
PHP