Revision: 31966
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 16, 2010 17:18 by crs
Initial Code
<?php $CUSTOM_NAME = get_post_meta($post->ID, 'CUSTOM_NAME', TRUE); ?> <?php if($CUSTOM_NAME) { echo $CUSTOM_NAME; } ?>
Initial URL
Initial Description
Initial Title
Wordpress Custom Fields
Initial Tags
wordpress
Initial Language
PHP