whyisjake

Untitled

Mar 6th, 2010
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2.                    
  3.                     $post_url = get_post_meta(get_the_ID(), "Blog URL", true);
  4.                     //$rad_name = the_title();
  5.                    
  6.                     if(!empty($post_url)){
  7.                         echo "<h4><a href=\"" . $post_url . "\">" . the_title() . "</a></h4>";
  8.                     }
  9.                    
  10.                     ?>
Add Comment
Please, Sign In to add comment