D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
www
/
shahnitasanjay.store
/
wp-content
/
themes
/
bw-giftxtore
/
Filename :
single.php
back
Copy
<?php /** * The template for displaying all single posts. * * @package BzoTech-Framework */ get_header(); $style = bzotech_get_value_by_id('bzotech_style_post_detail'); do_action('bzotech_before_main_content'); bzotech_set_post_view(); bzotech_get_template_post('single',$style,null,true ); do_action('bzotech_after_main_content'); get_footer();