Hi esmi,
Thank you for such a quick reply. I actually just renamed the plugins folder in the wp-content folder on my server to pluginssss so WP couldn’t find it (instead of uninstalling all of them) and the issue still persisted but it did give me a strange error where my footer was suppose to be
Fatal error: Call to undefined function show_manual_subscription_form() in comment.php
I went into comment.php and deleted the call:
<?php show_manual_subscription_form(); ?>
And now all is good. Thanks for stearing me in the right direction. Funny think how that error wasn’t showing up until I renamed my plugin folder. I’ve been trying to figure this thing out for 3+ hours now. Thanks.
Kevin