D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
travuxru
/
spynigeria.ng
/
wp-content
/
themes
/
overflow
/
Filename :
page.php
back
Copy
<?php /** * The template for displaying all single pages. * * @package Overflow */ get_header(); ?> <div id="primary" class="content-area"> <?php do_action( 'csco_main_before' ); ?> <main id="main" class="site-main"> <?php do_action( 'csco_main_start' ); ?> <?php while ( have_posts() ) : the_post(); ?> <?php do_action( 'csco_page_before' ); ?> <?php get_template_part( 'template-parts/content-singular' ); ?> <?php do_action( 'csco_page_after' ); ?> <?php endwhile; ?> <?php do_action( 'csco_main_end' ); ?> </main> <?php do_action( 'csco_main_after' ); ?> </div><!-- .content-area --> <?php get_sidebar(); ?> <?php get_footer(); ?>