1. PHP / Говнокод #8349

    +160

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 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;
    		?>

    Запостил: varg242, 29 Октября 2011

    Комментарии (3) RSS

    Добавить комментарий