<?php if (have_posts()) : query_posts('cat=28'); while (have_posts()) : the_post(); ?>
<?php ale_part('postpreview' );?>
<?php endwhile; else: ?>
<?php ale_part('notfound')?>
<?php endif; ?>
<?php echo $pagination = get_the_posts_pagination(); ?>