__( 'Footer Widget Area', 'awesome-beauty' ), 'id' => 'footer-widget-area', 'description' => __( 'footer widget area', 'awesome-beauty' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '
', 'after_title' => '
', ); the_widget('WP_Widget_Tag_Cloud', 'title=Tags', $footer_widget); the_widget('WP_Widget_Categories', null, $footer_widget); the_widget('WP_Widget_Pages', null, $footer_widget); the_widget('WP_Widget_Archives', null, $footer_widget); } ?>