__('Main Sidebar', 'advent'),
'id' => 'sidebar-1',
'description' => __('Main sidebar that appears on the right.', 'advent'),
'before_widget' => '',
'before_title' => '
',
'after_title' => '
',
));
}
add_action('widgets_init', 'advent_widgets_init');
/**
* Set up post entry meta.
* Meta information for current post: categories, tags, permalink, author, and date.
* */
if (!function_exists('advent_entry_meta')) :
function advent_entry_meta() {
$advent_category_list = get_the_category_list();
$advent_author = sprintf('%3$s', esc_url(get_author_posts_url(get_the_author_meta('ID'))), esc_attr(ucwords(get_the_author())), ucwords(get_the_author()));
if ($advent_category_list != '') {
$advent_category_list = sprintf('