• Resolved themesbycal

    (@themesbycal)


    I copied the comments.php file and named it example.php

    Then in single.php I changed this..
    <?php comments_template(); ?>

    To this..
    <?php include (TEMPLATEPATH . '/example.php'); ?>

    The comment form shows up but none of the comments. If you change it back to use comments.php it works fine.

    Any assistance is appreciated. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter themesbycal

    (@themesbycal)

    Okay, figured it out…..

    It’s a bit long so I’m not going to post the solution here, if you need it just contact me and I’ll help you out.

    themesbycal, appreciate if you could share your solution here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using a 2nd comments template, need help’ is closed to new replies.