line 5 in header.php:
<!-- <meta name="generator" content="WordPress abc" /> <!-- leave this for stats -->
try to change it to:
<!-- <meta name="generator" content="WordPress abc" /> --> <!-- leave this for stats -->
see also the validation report:
http://validator.w3.org/check?uri=http%3A%2F%2Fblog.knightlyghter.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
Thank you for the quick response and the link to the validation report. I didn’t even know such a tool existed! Cool! I’ll make the changes and update here after it all works.
Thanks again!
Making that single change made the difference. Going through and trying to clean up the rest of the invalid code was a learning experience. Now the only things that the validation doesn’t like are a couple of plug-ins that can’t be edited via the WP editor. But the plug-ins seem to work OK so I’ll deal with that issue later.
Thanks again alchymyth for taking the time to check out my request/post and put up a solution to my issue.