File: /home/httpd/html/stoptube.com/wp-content/themes/tubetheme-2017-v3-filled/page.php
<?php get_header(); ?>
<div class="wrapper">
<div class="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post-title"><h2><?php the_title() ?></h2></div>
<p><?php the_content(''); ?></p>
<?php endwhile; ?>
<?php else : ?>
<div id="fourofour">
<h2>No matching results</h2>
<p>You seem to have found a mis-linked page or search query with no associated results. Please trying your search again. If you feel that you should be staring at something a little more concrete, feel free to email the author of this site or browse the archives.</p>
</div>
<?php endif; ?>
</div>
<?php include (TEMPLATEPATH . '/sidebar.php'); ?>
<div class="clear"></div>
</div>
<?php get_footer(); ?>