All I did was substitute some text in my 404 page, and now the text doesn’t show up. Can anyone tell me what’s wrong with this code?
[php]
<?php // ============================================================================= // VIEWS/GLOBAL/_CONTENT-404.PHP // ----------------------------------------------------------------------------- // Output for the 404 page. // ============================================================================= ?><?php _e( 'The search engine has sent you to a page that is no longer here, or never existed in the first place (bummer). That's the problem with using something like Google or Bing to search for homes. Your best bet is to stay on this website to conduct your search. Our stuff is always up-to-date. Just click Find Georgia Properties on our main menu.', '__x__' ); ?>
<?php get_search_form(); ?> [/php]