<?php global $qaleb;?>
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<?php get_template_part('inc/loop'); ?>
<?php endwhile; else: echo "<b>چیزی یافت نشد</b>"; endif; ?>
<?php if (function_exists("pagination")){ pagination($additional_loop->max_num_pages); } ?>