Related Posts Script is Canceling Out Comments!
-
I’m including a related posts script below the content on a single page, and the problem I’m having is that as soon as the related posts script is included the user comments suddenly disappear.
If I for example would put comments_template() BEFORE the related posts script then the comments would appear BUT the related posts list would disappear, something in both codes must cause a clash and I can not figure out what it is that is causing the clash.
Here’s the code for the related posts script:
Any ideas why the problem occurs?
In the single.php I’ve included it like this:
include (TEMPLATEPATH . '/related.php'); and then further down comments_template();
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Related Posts Script is Canceling Out Comments!’ is closed to new replies.