// Create the new widget area function myprefix_widget_area() { register_sidebar(array( 'name' => 'Header', 'id' => 'myprefix-widget-area', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); } add_action('widgets_init', 'myprefix_widget_area'); // Create the widget area and then move into place function myprefix_footer() { ?>

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.