__('Main Sidebar', 'bizzbee'), 'id' => 'sidebar-1', 'description' => __('Main sidebar that appears on the right.', 'bizzbee'), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => __('Footer area one', 'bizzbee'), 'id' => 'footer-1', 'description' => __('Footer area one that appears on the footer.', 'bizzbee'), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => __('Footer area two', 'bizzbee'), 'id' => 'footer-2', 'description' => __('Footer area two that appears on the footer.', 'bizzbee'), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => __('Footer area three', 'bizzbee'), 'id' => 'footer-3', 'description' => __('Footer area three that appears on the footer.', 'bizzbee'), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'name' => __('Footer area four', 'bizzbee'), 'id' => 'footer-4', 'description' => __('Footer area four that appears on the footer.', 'bizzbee'), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', )); } add_action('widgets_init', 'bizzbee_widgets_init'); /* * bizzbee Set up post entry meta. * * Meta information for current post: categories, tags, permalink, author, and date. */ function bizzbee_entry_meta() { $bizzbee_categories_list = get_the_category_list(', ', ' '); $bizzbee_tag_list = get_the_tag_list('', ','); $bizzbee_author = get_the_author(); $bizzbee_author_url = esc_url(get_author_posts_url(get_the_author_meta('ID'))); $bizzbee_comments = wp_count_comments(get_the_ID()); $bizzbee_date = sprintf('', sanitize_text_field(get_the_date('c')), esc_html(get_the_date()) ); ?>
'
%title
', 'next_text' => '
%title
', ) ); }else{ the_posts_pagination(array( 'prev_text' => '', 'next_text' => '', 'before_page_number' => '', )); } } /* * Comments placeholder function * * */ add_filter('comment_form_default_fields', 'bizzbee_comment_placeholders'); function bizzbee_comment_placeholders($fields) { $fields['author'] = str_replace( '