make youtube thumbnails list
-
Hi. On my website i have a “video” page where the main video is featured prominently, while the older videos are featured in a smaller list next to the main one.
So I’ve placed two wordpress loops on the same page. the main one will only show 1 post ( thanks to <?php query_posts(‘cat=4&showposts=1’);?> ) the other loop will show the 8 succeeding posts from the same category, except that it will offset one post, so that the first post is not included in that list.
since these are youtube videos, how do I resize the videos in the smaller list so that they are thumbnail size? is it even possible? is there a better approach than this? I’ve tried doing a lot on my own but i need serious help here…
The topic ‘make youtube thumbnails list’ is closed to new replies.