'post', 'post__not_in' =>get_option('sticky_posts'), 'paged' => $paged, )); if(have_posts()): while(have_posts()): the_post(); get_template_part('content','post'); endwhile; endif; colabs_pagination(); ?>