custom fields youtube
-
hello,
i have a custom field named video_url. i want author to post youtube video. i placed the code in loop.php<?php get_post_meta($post->ID, 'video_url', true); ?> <?php echo get_post_meta($post->ID, 'video_url', true); ?>
but now only text link is visible in site. how can i make the youtube video in site?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘custom fields youtube’ is closed to new replies.