<?php get_header();?> <?php include ('sidebar1.php'); ?> <div id="content"> <div class="post"><h2>Error 404</h2></div> <div class="post"><p>Nothing found.</p></div> </div> <?php include ('sidebar2.php'); ?> <?php get_footer();?>