Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I'm searching for an FAQ plugin, which should have 'was this post useful' option (it can be implemented as a set of plugins as well, not necessary to be all-in-one plugin). Generally FAQ can be implemented as category with posts, but I'll need expand/collapse JS only in that category, and I need the 'was this post useful' option only in that category as well, so I prefer a plugin for it.

Any suggestions?

Wordpress version: 3.2.1

share|improve this question

2 Answers

up vote 1 down vote accepted

Anyway Feedback provides this functionality. It can be enabled per post type, so I've registered custom post type, enabled the feedback for this post type, and registered the category taxonomy, so I can post FAQ questions in any category.

share|improve this answer

I've developed and released an FAQ Manager for WordPress (FAQ MANAGER) that has all the elements other than the "was this useful" portion you're looking for. It uses custom post types and taxonomies to keep the content segregated, so you can apply other functions / plugins if need be.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.