From 5489375aa225b312876b838e78d1eecc7d3217cf Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Tue, 21 Oct 2014 02:31:24 +1100 Subject: [PATCH] Display section header above video --- templates/event-video.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/event-video.php b/templates/event-video.php index f8b8dbe1..2ac36c09 100644 --- a/templates/event-video.php +++ b/templates/event-video.php @@ -15,7 +15,8 @@ if ( ! isset( $id ) ) $video_url = get_post_meta( $id, 'sp_video', true ); if ( $video_url ): ?> -
+
+

autoembed( $video_url );