Comments

Discussion in 'Dzonia WordPress Theme' started by ewb0072, Mar 4, 2014.

  1. ewb0072

    ewb0072 New Member

    Joined:
    Aug 13, 2013
    Messages:
    4
    Likes Received:
    0
    A while ago I removed all comment code from my templates because I didn't want comments.

    Now I need to allow comments on only one page.

    Is there some code I can add to the HTML of that single page to allow comments?

    Thanks,
    Ed
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to single.php present in your theme directory and add the code given below
    Code:
         <!--Start Comment Section-->
          <?php comments_template(); ?>
          <!--End comment Section-->
    check image for reference

    2014-03-04_1602.png


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page