In my install, I use one custom page. Here I put one text field and the fck editor. This is for the title and the content. I need to...
I’m working on a theme and one of the features I’m quite happy with is the slider supports background videos. The problem is however, that WordPress (although I think...
I’m getting all videos using the function below and it’s working fine. Now I want to get the videos Poster Image (Thumbnail Image) from that video. How can I...
I have been looking for a non plugin solution where a user can upload a video, say, something from a site like http://www.coverr.co/. When the user adds the video...
I am trying to format VIDEO of my wordpress blog for my amp pages. The code I am using in content editor is: I want to display this video...
I am creating a video-archive page for all the posts_format with video. Currently, I have: <?php $format = has_post_format('video', $post_id); ?> <?php if($layout != "fullwidth") { echo '<div class="page_inner">';...
I have a metabox that allows me to add videos from Youtube and Vimeo on posts with video post format. I am now looking into automatically generate thumbnails for...
I’m looking for a solution to add a short description to a embed video that will allow for it to be styled a bit like the one that is...
I’m using a theme that supports WordPress’s (relatively new) video header feature. I want to upload a video that’s over 8MB big, and I don’t want to reduce the...
I’d like to create a front page video feature that embeds a vimeo video of the users choosing. I’d like the user to only have to input the video...