blogbull_get_option('enable_single_author_meta'), 'select_single_author_meta' => blogbull_get_option('select_single_author_meta'), 'single_author_meta_title' => blogbull_get_option('single_author_meta_title'), 'enable_single_date_meta' => blogbull_get_option('enable_single_date_meta'), 'select_single_date' => blogbull_get_option('select_single_date'), 'single_date_meta_title' => blogbull_get_option('single_date_meta_title'), 'select_single_date_format' => blogbull_get_option('select_single_date_format'), 'enable_single_category_meta' => blogbull_get_option('enable_single_category_meta'), 'single_category_label' => blogbull_get_option('single_category_label'), 'select_single_category_color' => blogbull_get_option('select_single_category_color'), 'enable_single_read_time_meta' => blogbull_get_option('enable_single_read_time_meta'), 'enable_single_tag_meta' => blogbull_get_option('enable_single_tag_meta'), 'show_sticky_article_navigation' => blogbull_get_option('show_sticky_article_navigation'), 'show_related_posts' => blogbull_get_option('show_related_posts'), 'show_author_posts' => blogbull_get_option('show_author_posts'), 'show_author_info' => blogbull_get_option('show_author_info'), ]; $meta = [ 'navigation' => get_post_meta($post->ID, 'blogbull_single_post_navigation', true), 'category_meta' => get_post_meta($post->ID, 'blogbull_single_category_meta', true), 'date_meta' => get_post_meta($post->ID, 'blogbull_single_date_meta', true), 'author_meta' => get_post_meta($post->ID, 'blogbull_single_author_meta', true), 'related_post' => get_post_meta($post->ID, 'blogbull_single_related_post', true), 'author_post' => get_post_meta($post->ID, 'blogbull_single_author_post', true), 'post_author' => get_post_meta($post->ID, 'blogbull_single_post_author', true), ]; ?>
>
'; } if ($meta['category_meta'] === '1' || ($meta['category_meta'] === '' && $options['enable_single_category_meta'])) { blogbull_post_category($options['select_single_category_color'], $options['single_category_label']); } ?>
', ''); ?>
'; blogbull_posted_by($options['select_single_author_meta'], $options['single_author_meta_title']); } ?>
"%s"', 'blogbull'), ['span' => ['class' => []]] ), wp_kses_post(get_the_title()) )); wp_link_pages([ 'before' => '', ]); ?>