' . esc_html__( 'Tags :' , 'bizberg' ) . '
'; the_tags('','',''); echo '
'; } ?>
ID ); $next_post_id = bizberg_get_next_post_id( $post->ID ); if( !empty( $previous_post_id ) || !empty( $next_post_id ) ){ ?>
term_id); endforeach; endif; $query_args = array( 'category__in' => $cat_ids, 'post_type' => 'post', 'post__not_in' => array($post_id), 'posts_per_page' => '4', 'orderby' => 'rand' ); $related_cats_post = new WP_Query( $query_args ); if($related_cats_post->have_posts()): echo '