I think it’s because I’m trying to include php scripts for things other than WP. For instance, I want to run a ‘referral’ script that shows where the hits on my site come from..
and the coding for it is:
<?php
include ‘/home/tcorg/public_html/refer/refer.php’;
?>
and that’s messing up the commenting section of WP. Is there any way to solve that problem and have other php includes?