advanced code snippet search
ryarwood on 07/07/10
php wordpress
07/07/10 04:27am
1 person have marked this snippet as a favorite
mikoli
Basic php to include extra field in wordpress.
<?php $VideoCopy = get_post_meta($post->ID, "VideoCopy", $single = true); echo $VideoCopy;?>
Report this snippet Tweet
Comment:
You need to login to post a comment.