- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
<div class="title"><h3>Мотивация дня</h3></div>
<?php
$my_new_query = new WP_Query("pagename=motivation");
while ( $my_new_query->have_posts() ) : $my_new_query->the_post();
?>
<a id="youtubevid" href="/motivation" class="frame"><!-- img --><i class="frame__play"></i></a>
<script>
url = $.jYoutube("<?php echo $post->post_content; ?>", "big")
$("#youtubevid").append($('<img src="'+url+'" />'));
</script>
<?php
endwhile;
?>
Lure Of Chaos 29.10.2011 14:33 # +1
varg242 25.11.2011 09:14 # 0
Это здесь: http://bakhtiyoga.ru/
Lure Of Chaos 25.11.2011 13:05 # 0