Fri 12 Oct 2007
Error in your wordpress after upgrade to 2.3 like array_key_exists()
Change in the terra firma theme index.php
<?php if ( in_category($AsideId) && !is_single() ) : ?>
To This:
<?php if ( $AsideID != '' && in_category($AsideId) && !is_single() ) : ?>
Powered by Gregarious (42)