>
'; // WPCS: XSS OK.
}
if ( is_front_page() ) {
echo '', the_time( 'M j, Y' ) , '', $categories_list ,'
'; // WPCS: XSS OK.
}
} elseif ( 'jetpack-portfolio' === get_post_type() ) {
the_terms( get_the_ID(), 'jetpack-portfolio-type', '', ' / ', '
' );
}
$title = get_the_title();
if ( empty( $title ) ) {
bayn_content_more();
}
?>