'; the_post_thumbnail( 'large', [ 'class' => 'bizberg_featured_image', 'title' => get_the_title(), 'alt' => get_the_title() ] ); echo '
'; } ?>
'; echo wp_kses_post( $post_cat ); echo '
'; } ?>

Author:

Article Type:
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; } */ ?>

Article Number: Article Number:"; echo get_post_meta($post->ID, $key="article_number", true); ?>

Sub Title"; echo get_post_meta($post->ID, $key="sub_title", true); ?>

Abstract"; echo get_post_meta($post->ID, $key="abstract_value", true); ?>

Attachment"; echo get_post_meta($post->ID, $key="attachment", true); ?>

' . esc_html__( 'Tags :' , 'bizberg' ) . '
'; the_tags('','',''); echo '
'; } ?>