'Three Widget Container', 'id' => 'container-one-widget', 'description' => 'Three Widget Container Area', 'before_widget' => '', 'before_title' => '
', 'after_title' => '
' )); register_sidebar(array( 'name' => 'Four Widget Container', 'id' => 'container-two-widget', 'description' => 'Four Widget Container Area', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '
', 'after_title' => '
' )); register_sidebar(array( 'name' => 'Five Widget Container', 'id' => 'container-three-widget', 'description' => 'Five Widget Container Area', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '
', 'after_title' => '
' )); register_sidebar(array( 'name' => 'Footer Widgets', 'id' => 'footer-widgets', 'description' => 'Footer Widgets Area', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); } /* PAGE NAVIGATION */ function getpagenavi(){ ?> __('Right Hand Sidebar', 'business_guru') ,'id' => 'sidebar','description' => __('Widgets in this area will be shown on the right-hand side.', 'business_guru') ,'before_title' => '

','after_title' => '

','before_widget' => '
','after_widget' => '
',)); function the_breadcrumb() { echo ''; } function mytheme_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?>
  • id="li-comment-">
    %s says:'), get_comment_author_link()) ?>
    comment_approved == '0') : ?>
    $depth, 'max_depth' => $args['max_depth']))) ?>
    '.$output.'

    '; echo $output; } ?>