Trouble editing Twenty Ten 404 error
-
I’m trying to edit the 404 error in the Twenty Ten theme, but every time I do, my 404 becomes the browser’s default “this link appears to be broken”.
I am only editing the display text, none of the actual code. I want to change “Apologies, but the page you requested could not be found. Perhaps searching will help.”
Am I doing something wrong?<div id=”post-0″ class=”post error404 not-found”>
<h1 class=”entry-title”><?php _e( ‘Not Found’, ‘twentyten’ ); ?></h1>
<div class=”entry-content”>
<p><?php _e( ‘Apologies, but the page you requested could not be found. Perhaps searching will help.’, ‘twentyten’ ); ?></p>
<?php get_search_form(); ?>
</div><!– .entry-content –>
</div><!– #post-0 –>
- The topic ‘Trouble editing Twenty Ten 404 error’ is closed to new replies.