// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
public_html
/
wp-contentmmm
/
themes
/
vega
[ PARENT ]
EDIT :: gallery_archive.php
<?php /** * Template Name: Gallery Archive * The main template file for display gallery page * * @package WordPress */ $page_gallery_cat = get_post_meta($post->ID, 'page_gallery_cat', true); global $page_gallery_cat; get_template_part("galleries"); exit; ?>
SAVE
CANCEL