Forums
Forums / Fixing WordPress / Adding meta data to pre-existing php code
(@narkiej)
15 years, 8 months ago
I would like to insert a custom field into a pro player php snipet.
<?php $video_url = get_post_meta($post->ID, 'video_url', $single = true); ?> <?php print insert_proplayer( array( "width" => "630", "height" => "379", "playlist" => "none" ), ".$post_title." ); ?>
Tried this but it isn’t working. Please help.
The topic ‘Adding meta data to pre-existing php code’ is closed to new replies.