<?php query_posts(‘post_type=naisuitem&posts_per_page=8&orderby=rand’); ?> <?php if(have_posts()): while(have_posts()): the_post(); ?> <?php get_template_part(‘content’,’naisu’); ?> <?php endwhile; endif; ?>