';
the_post_thumbnail(
'large',
[
'class' => 'bizberg_featured_image',
'title' => get_the_title(),
'alt' => get_the_title()
]
);
echo '
';
} ?>
ID, 'article_type');
if ( ! empty( $terms ) && ! is_wp_error( $terms ) ){
foreach ( $terms as $term ) {
echo ( $term->name );
}
}
?>
ID, 'article_type' );
if ( ! empty( $terms ) && ! is_wp_error( $terms ) ) {
$count = count( $terms );
$i = 0;
$term_list = '
';
foreach ( $terms as $term ) {
$i++;
$term_list .= '
' . $term->name . '';
if ( $count != $i ) {
$term_list .= ' · ';
}
else {
$term_list .= '
';
}
}
echo $term_list;
}
*/
?>
' . esc_html__( 'Tags :' , 'bizberg' ) . '