Topic: question about using tern_wp_youtube_list();
I am trying to get the list code to work and I don’t think I have a deep enough understanding of how WP works. The instructions say to put this code into a template file but exactly what file and were is a little unclear to me. I am working with a child theme of twentyten and I created a new template for this video page based on the default template. So far I tried putting the list code on the new theme page just below the php run loop statement with no luck. I have three videos in my youtube channel and what I get is 5 posts which are all repeats of the first of the 3 videos.
Does this code need to go into the loop somehow? Is there a working example I can look at somewhere?