', __(' Previous Post', 'bug-blog')); ?>
', __('Next Post ', 'bug-blog')); ?>

%s', 'bug-blog' ),'' . get_search_query() . '' ); ?>

>

HTML under .content-area inside loop on archive page'; } * * */ add_action('bug_blog_content_area_top','bug_blog_content_area_top_breadcrumb'); function bug_blog_content_area_top_breadcrumb(){ if(is_singular()): ?> __( 'Home - Sidebar', 'bug-blog' ), 'id' => 'home-widget', 'description' => '', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ); $sidebars[] = array( 'name' => __( 'Page - Sidebar', 'bug-blog' ), 'id' => 'page-widget', 'description' => '', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ); return $sidebars; }