/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $customField = get_post_custom_values("page_blurb"); echo $customField[0]; } ?>