<?php get_header('404'); ?> <?php while (have_posts()): the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> <?php get_footer('404'); ?>