I am working on a new WP blog and when I go to a category I get: Any ideas on what is causing this to happen?
Yes, I just set up the blog yesterday with these plugins: Akismet All in One SEO Google XML Sitemaps Wordpress stats WP Super Cache Amazon Showcase Secure and Accessible PHP Contact Form Ad-minister Wordpress Automatic Upgrade Commentluv KeywordLuv NoFollow Free WordPress Uniquefier
OK, I tries a couple different themes and the error did not occur so it must be something to do with archive.php in this theme? If so here is what that code looks like:
Does the error appears in the page itself or in a pop-up alert box.. coz it seams like a javascript error to me..
try remark this line <?php the_excerpt(); ?> to <!--?php the_excerpt(); ? --> and see whether the error still appears.. if no more then it might have caused by the the_excerpt() function..
Yes, that got rid of the error. This is very odd because several other themes I am using all have that same peice of code in the archive.php and they work fine
I guess now you need to study the function and see whether it's conflicting with the other themes functions itself.. Anyway this sort of errors are normal, especially if the theme was not properly done in the first place..
Thanks a lot for taking the time to help man, I appreciate it. I will try to dig through the code and see if I can figure out what might be different.