Video Thumbnails in VideoPress Theme
-
I recently purchased the VideoPress theme from ThemeForest and I’m having some difficulty getting your plugin to work properly. I scoured the theme for a custom field name so I could properly link the video URL to Video Thumbnails but, in the end, I had to ask the developer of the theme. Here was his response:
The theme uses a different metabox and is stored directly on the database rather than the native WP custom field.
Anyway to pull data from the posts video you can use this.
For Embed Code echo vp_metabox(‘video_options.embed_code’);
For External URL and or Youtube URL echo vp_metabox(‘video_options.youtube_url’);
For Uploaded Videos echo vp_metabox(‘video_options.video_upload’);
Now that I know the variable that I need to echo in php, what would I modify, or safer yet in my fucntions.php, so that I can link the video URL to Video Thumbnails?
- The topic ‘Video Thumbnails in VideoPress Theme’ is closed to new replies.