'; while ( have_posts() ) : the_post(); if( bizberg_sidebar_position() != 'blog-nosidebar-1' ){ get_template_part( 'template-parts/content', get_post_format() ); } else { get_template_part( 'template-parts/content', 'nosidebar' ); } endwhile; echo '
'; bizberg_numbered_pagination(); else : get_template_part( 'template-parts/content', 'none' ); endif; ?>