%2$s',
esc_attr(get_the_date('c')),
esc_html(get_the_date()));
?>
' . __('Posted in %1$s', 'ab-folio') . '', $categories_list);
}
$tags_list = get_the_tag_list('', __(', ', 'ab-folio'));
if ($tags_list) {
printf('' . __('Tagged %1$s', 'ab-folio') . '', $tags_list);
}
}
if (!is_single() && ! post_password_required() && (comments_open() || get_comments_number())) {
echo '';
}
}
endif;
if(!function_exists('ab_post_navigation')) :
function ab_post_navigation() {
$previous = (is_attachment()) ? get_post(get_post()->post_parent) : get_adjacent_post(false, '', true);
$next = get_adjacent_post(false, '', false);
if(!$next && !$previous) { return; } ?>