';
if ( is_singular() ) {
global $post;
$author_id=$post->post_author;
uicore_posted_by($author_id);
$categories_list = get_the_category_list( esc_html__( ', ', 'outgrid' ) );
if ( $categories_list ) {
echo ' • ';
echo '' . $categories_list . '';
}
uicore_posted_on();
}
echo'
';
}
?>