via FTP, o dalla gestione file del pannello di altervista, vai in wp-content/themes/mondo-zen-theme e crea il file 404.php. Poi apri il file page.php, copia il codice che trovi nel file 404.php. Quindi sostituisci in 404.php questo codice:
Codice PHP:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
<?php wp_link_pages(array('before' => '<p>Pages: ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
<?php endwhile; endif; ?>
con un messaggio "pagina non trovata".