Allow comments in categories

Support Area Forums Bottega Allow comments in categories

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #6352
    David Ares garrido
    Participant

    Hello

    Is it possible to allow comments but only in one category (like Blog)?

    #6353
    Bill Robbins
    Moderator

    David,

    Interesting idea. You can do that using WordPress’ built in conditional tags. Here’s how:

    1. Go to the appearance section and select edit to open up the theme editor.
    2. From the list of files on the right, choose single.php and look for this spot:
      
      <?php comments_template('',true); ?>
      
    3. Replace that with this:
    4. Change Your Category to the name of the category where you’d like to have your comments available
    5. Save your changes.

    That should do it. If you have any questions or trouble, let me know.

    Thank you for your business,
    Bill

    #6354
    David Ares garrido
    Participant

    Doesn’t work for me…

    #6355
    Bill Robbins
    Moderator

    David,

    Could you post the code you ended up with at http://gist.github.com and then enter the link to it back here so I can a look at it?

    Thanks,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Allow comments in categories’ is closed to new replies.