Advertisement
brasofilo

SO 19079823

Sep 29th, 2013
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. <?php
  2. $enclosure = get_post_meta($post->ID , 'enclosure', $single = true);
  3. $media=explode(chr(10),$enclosure);
  4. if (!is_null($media)) :
  5.     $url='<a href="'.$media[0].'" rel="nofollow">'.$media[0].'</a>';
  6.     echo($url);
  7. endif;
  8.  
  9. $mp3title=the_title();
  10. $url=''.$mp3title.'';
  11. echo($url);
  12. echo do_shortcode("[spreaker type=standard width=100% autoplay=false episode_id=3161467]");
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement