Terra Firma Theme Fix

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() ) : ?>

This entry was posted in php code and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>