set('suppress_filters', 0); if (have_posts()) { while (have_posts()) { the_post(); get_template_part('templates/blog/list/default'); } get_template_part('templates/blog/pagination'); } else { ?>