<?php query_posts('showposts=5&cat=4'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> BURADA VİDEOLAR <?php endwhile; endif; ?>