Custom Theme Video Post

Each post type comes with it’s own icon (see upper right) to give your visitor an idea of the pages content. The custom theme video post type makes including a video as easy as pasting a link. We’ve also included an audio link to give you an example of how that looks.

Embedding videos is now easy as pie. Simply use the “flex-video” class tag and place it inside of a container box and you’re good to go.

Code for theme Video Post

<div class="row container-fluid"><iframe allowfullscreen="" src="https://player.vimeo.com/video/71867019?badge=0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>

Embedding audio is now easy as pie. Simply place it inside of a container box and you’re good to go.

Code for theme Audio Post

<div class="row-fluid"><iframe src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F8459157"></iframe></div>