Just uploaded this Wordpress theme...and am getting this error message on home page?? Warning: array_key_exists(): The first argument should be either a string or an integer in /home/content/n/a/m/nampa77/html/desmoineshouses.com/wp-includes/category-template.php on line 176 any ideas? thanks tony
Check this page... www.php.net/array_key_exists You are passing the wrong value in for mixed $key. My guess is the template is passing an array or object into the function instead of an array index.