0 ? '&paged=' . $paged : ''; query_posts( '&post_type=post&post_status=publish' . $current_page ); if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'inc/partials/content', 'blog-default' ); endwhile; mediaphase_pagination(); else: get_template_part( 'inc/partials/content', 'none' ); endif; ?>