Category: Tech Talk

internal server error fix 101

Just ran into a new issue…was updating crainediting from the dev site to the root site and got a 500 internal server error on the dev site. Turns out godaddy has us on a windows server….and the fix was to rename the htaccess/linux version or web.config/windows. My update was on the later. Wham bam back up and running!!

WP footer and comments missing from single post views

I thought I had the site done but found a problem with single post page functionality: When viewing a single post there was no footer and no comment box.

The code to fix this was in the comments.php page found in the appearance section of your admin page.

Fixed the problem by removing a line of malfunctioning code….woohoo….love solving problems!