En Son Videolar
$temp = $wp_query;
$wp_query= null;
$vcount = of_get_option('w2f_video_count');
$wp_query = new WP_Query();
$wp_query->query('posts_per_page='.$vcount.'&post_type=video&paged='.$paged);
?>
have_posts()) : $wp_query->the_post(); ?>
$thumb = get_post_thumbnail_id();
$img_url = wp_get_attachment_url( $thumb,'full' ); //get full URL to image (use "large" or "medium" if the images too big)
$image = aq_resize( $img_url, 165, 110, true ); //resize & crop the image
?>