Current File : /home3/z1b8p1s5/public_html/wp-content/themes/sinatra/template-parts/entry/format/media-gallery.php |
<?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' );