• Hello,

    I’m looking for the abilty for users to comment on the categories themseleves. Does anyone know of a plugin or could tell me how to implement this?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • You could probably create a category.php file, and add the call to the comments_template() to it… but I honestly don’t know if that will work. I *think* comments are hooked in by post ID (so the relevant comment is attached to the correct post) – categories don’t have a post ID. (They do have a category ID though… so it *might* work.)

    Thread Starter huntz

    (@huntz)

    Can anyone confirm if this will work?

    Thread Starter huntz

    (@huntz)

    I can confirm including the comments template in category.php doesn’t work. It just doesn’t show.

    Anyone got any ideas?

    Thread Starter huntz

    (@huntz)

    Could I try and hook posts into category id’s as well as post id’s? Anyone know how I could do this?

    Thanks

    I really don’t think you can do it – not without some major code-writing.

    An alternative idea would be to crete Pages for your categories – use a query to pull in the categories for the matching Page. You can have comments on Pages. That would work.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Comment on Categories’ is closed to new replies.