advanced code snippet search
trebor79 on 07/22/09
php wordpress fields custom
07/22/09 06:09pm
4 people have marked this snippet as a favorite
trebor79irishskdmatrangaBrianCoyDesign
<?php $customField = get_post_custom_values("page_blurb"); if (isset($customField[0])) { echo $customField[0]; }?>
Report this snippet Tweet
Comment:
You need to login to post a comment.