PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
themes
/
sinatra
/
template-parts
/
entry
/
format
<?php /** * Template part for displaying video format entry. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Sinatra * @author Sinatra Team <hello@sinatrawp.com> * @since 1.0.0 */ /** * Do not allow direct script access. */ if ( ! defined( 'ABSPATH' ) ) { exit; } if ( post_password_required() ) { return; } if ( has_post_thumbnail() ) : get_template_part( 'template-parts/entry/format/media' ); else : $sinatra_media = sinatra_get_post_media( 'video' ); if ( $sinatra_media ) : ?> <div class="post-thumb entry-media thumbnail"> <div class="si-video-container"> <?php echo $sinatra_media; // phpcs:ignore ?> </div> </div> <?php endif; endif;
[+]
..
[-] media-page.php
[edit]
[-] media-link.php
[edit]
[-] media-video.php
[edit]
[-] media-audio.php
[edit]
[-] media-gallery.php
[edit]
[-] media-quote.php
[edit]
[-] media.php
[edit]
[-] media-image.php
[edit]