D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
pinaclec
/
public_html
/
wp-content
/
themes
/
bb-theme
/
Filename :
page.php
back
Copy
<?php get_header(); ?> <div class="fl-content-full container"> <div class="row"> <div class="fl-content col-md-12"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'content', 'page' ); endwhile; endif; ?> </div> </div> </div> <?php get_footer(); ?>