Sinan hocam ilgin için çok teşekkürler. İndex.php aşağıda









    $slidecat =of_get_option('w2f_slide_categories');
    $wp_query = new WP_Query();
    $wp_query->query('posts_per_page='.$count.'&post_type=video&genre='.$slidecat);
    if ($wp_query->have_posts()) : while ($wp_query->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, 450, 280, true ); //resize & crop the image
    ?>























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
?>