Remove "leave a reply"

Discussion in 'Elite Pro WordPress Theme' started by presotto, May 24, 2013.

  1. presotto

    presotto Guest

    Joined:
    Nov 6, 2012
    Messages:
    22
    Likes Received:
    1
    How do I remove the "leave a reply" from my pages, but not my post. If I can't do that how do I remove it all together?

    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Go to the page.php file present in your Theme directory and remove the code given below from that file.
    Code:
    <?php comments_template(); ?>
    See the image for reference.
    [​IMG]

    This will solve your issue.
     

Share This Page