PATH:
home
/
lab2454c
/
sothebankuab.com
/
wp-content
/
themes
/
sinatra
/
template-parts
/
entry
/
format
<?php /** * Template part for displaying gallery 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; } get_template_part( 'template-parts/entry/format/media' );
[+]
..
[-] 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]