01-11-2014, 11:57 AM
|
|
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,262
|
Quote:
Originally Posted by CyberSEO
You can use a direct plugin API call. E.g.:
Code:
<?php KVSFlvInsert(get_post_meta($post->ID, "video_url_custom_field", true) . ' ' . get_post_meta($post->ID, "video_poster_custom_field", true)); ?>
I.e. just insert this code into your single.php and it will do the trick. Don't see any problem with that.
|
ahh ok cool ;)
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
WP Stuff
|
|
|