This bit of code is at the bottom of index.php. Is there any way to alter this code to make it redirect back to my static home page?
<?php
// END of: If there are any posts
// If there are no posts:
else :
?>
<h2><?php _e(‘Not Found’,’atahualpa’); ?></h2>
<p><?php _e(“Sorry, but you are looking for something that isn’t here.”,”atahualpa”); ?></p>
<?php endif; ?>
<?php get_footer(); ?>
Just a thought.
Dave