<?php /* * The template for displaying 404 not found. */ ?> <?php get_header(); ?> <div id="content"> <?php get_template_part( 'content-none' ); ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>