Skip to content

Commit

Permalink
updating Beyonce videos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Lister committed Feb 19, 2013
1 parent 7374ea7 commit 11380cb
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions themes/sos/page-beyonce-dance-series.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,23 +23,29 @@
'orderby' => 'menu_order', 'orderby' => 'menu_order',
))) { ?> ))) { ?>
<ul class="carousel"> <ul class="carousel">
<li>
<iframe width="610" height="343" src="http://www.youtube.com/embed/gFDdHJUY53M?rel=0" frameborder="0" allowfullscreen></iframe>
</li>
<li> <li>
<iframe width="610" height="343" src="http://www.youtube.com/embed/VBmMU_iwe6U?rel=0" frameborder="0" allowfullscreen></iframe> <iframe width="610" height="343" src="http://www.youtube.com/embed/VBmMU_iwe6U?rel=0" frameborder="0" allowfullscreen></iframe>
</li> </li>
<li> <li>
<iframe width="610" height="343" src="http://www.youtube.com/embed/ArDXxTsJJoo?rel=0" frameborder="0" allowfullscreen></iframe> <iframe width="610" height="343" src="http://www.youtube.com/embed/ArDXxTsJJoo?rel=0" frameborder="0" allowfullscreen></iframe>
</li> </li>
<li> <li>
<iframe width="610" height="343" src="http://www.youtube.com/embed/Ob7vObnFUJc?rel=0" frameborder="0" allowfullscreen></iframe> <iframe width="610" height="343" src="http://www.youtube.com/embed/4m1EFMoRFvY?rel=0" frameborder="0" allowfullscreen></iframe>
</li>
<li>
<iframe width="610" height="343" src="http://www.youtube.com/embed/ViwtNLUqkMY?rel=0" frameborder="0" allowfullscreen></iframe>
</li> </li>
<li> <li>
<iframe width="610" height="343" src="http://www.youtube.com/embed/PGc9n6BiWXA?rel=0" frameborder="0" allowfullscreen></iframe> <iframe width="610" height="343" src="http://www.youtube.com/embed/rNM5HW13_O8?rel=0" frameborder="0" allowfullscreen></iframe>
</li> </li>
<li> <li>
<iframe width="610" height="343" src="http://www.youtube.com/embed/4m1EFMoRFvY?rel=0" frameborder="0" allowfullscreen></iframe> <iframe width="610" height="343" src="http://www.youtube.com/embed/hbnPkK76Ask?rel=0" frameborder="0" allowfullscreen></iframe>
</li> </li>
<li> <li>
<iframe width="610" height="343" src="http://www.youtube.com/embed/ViwtNLUqkMY?rel=0" frameborder="0" allowfullscreen></iframe> <iframe width="610" height="343" src="http://www.youtube.com/embed/2XY3AvVgDns?rel=0" frameborder="0" allowfullscreen></iframe>
</li> </li>
<?php foreach($images as $image) { <?php foreach($images as $image) {
$attsrc = wp_get_attachment_image_src($image->ID, $size); $attsrc = wp_get_attachment_image_src($image->ID, $size);
Expand Down

0 comments on commit 11380cb

Please sign in to comment.