HEX
Server: Apache/2.4.6 (CentOS) PHP/5.6.39
System: Linux izj6c6ukj0hyugxsgmuxz3z 3.10.0-514.6.2.el7.x86_64 #1 SMP Thu Feb 23 03:04:39 UTC 2017 x86_64
User: root (0)
PHP: 5.6.39
Disabled: NONE
Upload Files
File: /web/data/blog.tbbbearing.com/wp-content/themes/book-rev-lite/page.php
<?php get_header(); ?>



<section id="main-content" class="clearfix">

    <section id="main-content-inner" class="container">

    <div class="article-container post">

        <?php while ( have_posts() ) : the_post(); ?>

        <header class="clearfix">

            <div class="article-details">

                <h1 class="title"><?php the_title(); ?></h1>

                <div class="meta">

                    <span class="date"><?php the_time( get_option( 'date_format' ) ); ?></span>

                </div><!-- end .meta -->

            </div><!-- end .article-details -->  

        </header>

           

        <article class="clearfix">

            <?php the_content(); ?>
			<?php wp_link_pages(); ?>
			
        </article>

        

        <?php endwhile; ?>

            

        <?php comments_template(); ?>



    </div><!-- end .article-container -->



    <?php get_sidebar(); ?>



    </section><!-- end .main-content-inner -->

</section><!-- end #main-content -->



<?php get_footer(); ?>