Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
save_bvnghean.vn
/
wp-content
/
themes
/
publisher
:
single.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * single.php *--------------------------- * The template for displaying posts * */ get_header(); the_post(); $template = publisher_get_single_template(); // Prints content with layout that is selected in panels. // Location: "views/general/post/style-*.php" publisher_get_view( 'post', $template ); get_footer();