D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
www
/
shahnitasanjay.store
/
wp-content
/
themes
/
bw-giftxtore
/
Filename :
page.php
back
Copy
<?php /** * The template for displaying all single posts. * * @package BzoTech-Framework */ get_header(); ?> <?php do_action('bzotech_before_main_content')?> <div id="main-content" class="main-page-default"> <div class="bzotech-container"> <div class="bzotech-row"> <?php bzotech_output_sidebar('left')?> <div class="<?php echo esc_attr(bzotech_get_main_class()); ?>"> <div class="content-page-default"> <?php while ( have_posts() ) : the_post(); /* * Include the post format-specific template for the content. If you want to * use this in a child theme, then include a file called called content-___.php * (where ___ is the post format) and that will be used instead. */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-content clearfix"> <?php the_content(); ?> </div><!-- .entry-content --> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'bw-giftxtore' ), 'after' => '</div>', ) ); bzotech_get_template( 'share','',false,true ); ?> </article><!-- #post-## --> <?php // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number()) : comments_template(); endif; // End the loop. endwhile; ?> </div> </div> <?php bzotech_output_sidebar('right')?> </div> </div> </div> <?php do_action('bzotech_after_main_content')?> <?php get_footer();