Advertisement
Guest User

Untitled

a guest
Oct 14th, 2011
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php $customField = get_post_custom_values("homeslider");
  2. if (isset($customField[0])) {
  3. echo $customField[0];
  4. } ?>
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement