'footer-widgets', 'name' => 'Footer Widgets', 'description' => 'Widget area at the footer', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' ); the_widget('WP_Widget_Meta', array('title' => __('Meta', 'awedoor') ), $args ); the_widget('WP_Widget_Calendar', array('title' => __('News Calendar', 'awedoor') ), $args ); the_widget('WP_Widget_Recent_Posts', array('title' => __('Recent News', 'awedoor') , 'number' => 7), $args ); $pages = get_wp_link_pages(); //theme-check won't pass without this the_widget('WP_Widget_Pages', array('title' => __('Information', 'awedoor' ) ), $args ); } ?>