Comments for sites

Support Area Forums Foxy Comments for sites

Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.pieben.com/
  • Author
    Posts
  • #18461
    dubidub
    Participant

    Hello,

    I would like to activate comments for selected sites. Unfortunately it doesn’t work, if I activate comments in options.

    Thank you in advance and sorry for my english.

    Kind regards,

    Ardalrian

    #18469
    Bill Robbins
    Moderator

    Good Morning,

    Thank you for your business first of all. Great question. Are you looking to turn on comments for WordPress pages like this one: https://www.pieben.com/autor/ ?

    If that’s the case you can. Here’s how:

    1. Go to the Appearance section in your WordPress control panel and select Edit.
    2. From the list of files on your right, choose page.php.
    3. Find this line:
      
      <?php tha_entry_bottom(); ?>
      

      and right above that paste this:

      
      <?php
      // If comments are open or we have at least one comment, load up the comment template
      	if ( comments_open() || '0' != get_comments_number() )
      						comments_template( '', true );
      ?>
      
    4. Save your changes.

    That will add in the ability to have comments on your pages.

    If you have any trouble, let me know.

    Thanks,
    Bill

    #18497
    dubidub
    Participant

    Thank you very much for your fast answer. I’ve changed it and it works good. 🙂

    #18498
    Bill Robbins
    Moderator

    Fantastic. Have a great week Pierre 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Comments for sites’ is closed to new replies.