' );
endif;
if ( 'post' === get_post_type() ) {
/* translators: used between list items, there is a space after the comma */
$categories_list = get_the_category_list( esc_html__( ', ', 'blog-way' ) );
if ( $categories_list && blog_way_categorized_blog() ) {
printf( '%s', $categories_list ); // WPCS: XSS OK.
}
}
?>