Custom Field
-
Frank,
I am not sure how to add your Custom Field code for Youtube Lyte.I currently have a Custom Field:
udesign_post_videoWhen I add the Iframe Youtube Embed it sends the YT video to a Blog Post.
But I want it to Parse with Youtube Lyte.
How do I add your Custom Field code to the code below.
THANK YOU for your time..
/* Add Video to Blog Featured Image*/ function run_after_parent_theme_setup() { // Insert post video into Blog and Archive pages' posts function udesign_blog_section_post_video() { // Post Video echo get_post_meta( get_the_ID(), 'udesign_post_video', true ); } add_action('udesign_blog_post_content_before', 'udesign_blog_section_post_video', 9); } add_action('after_setup_theme', 'run_after_parent_theme_setup');
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Custom Field’ is closed to new replies.