I've installed the bbv1 template and I notice I am getting the following error when attempting to visit the 404 page.
Parse error: syntax error, unexpected T_ELSE in /home5/invisib4/public_html/test2/wp-content/themes/bbv1/404.php on line 7
Here is the 404.php code.
<?php
get_header();
?>
</div>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php get_search_form(); ?>
<?php endif; ?>
<?php get_footer(); ?>
Any help is much appreciated.