Demo & support forum:
http://open-wp.com/questions/
Looking for someone to customize AnsPress ? Hire us. Contact us at support@open
-wp.com
Easily add question and answer section like
stackoverflow.com or
quora.com in your WordPress.
AnsPress is a most complete question and answer system for WordPress. AnsPress is made with developers in mind, highly customizable. AnsPress provide an easy to use override system for theme. List of features:
- Sorting question and answer by many options.
- Ajax based form submission
- Theme system
- Flag and moderate posts
- Voting on question and answer
- Question tags and categories
- Question labels (i.e. Open, close, duplicate) new labels can be added easily.
- Select best answer
- Tags suggestions
- Comment on question and answer
- Private messaging system
- Point based permission (under development)
- reCaptcha
- User level : Participant, Editor, Moderator (in future it can be customised and you can add your own levels)
- Email notification
- User can add questions to his favorite
- User can edit profile
- User can upload cover photo
- Friends and followers system
- User points system (reputation)
- User ranking
- User badge
- User profile
- Pages : Tags, categories, users etc.
- SOCIAL LOGIN (see FAQ)
- SYNTAX HIGHLIGHTER (see FAQ)
Developers
Project site:
Open-WP
GitHub repo:
Git AnsPress
Twitter:
@openwp
GooglePlus:
@openwp
Help & Support
For fast help and support, please post on our forum
http://open-wp.com/questions/
Language
- Spanish - by Peter Olle
- Turkish - by mertskaplan
- Danish - by chrintz
Page Shortcodes
Use this shortcode in base to AnsPress work properly
[anspress]
Its very easy to install the plugin.
- Install plugin (WP -> Plugins -> Install new -> Anspress)
- Activate plugin (Plugins -> Installed Plugins -> Activate)
- Create an AnsPress page (mine had done it automatically, but incase it doesnt) Pages -> Add New -> Type [anspress] in the page and publish (the name can be changed to whatever you like, but there must be
[anspress]
shortcode in content.
- Add AnsPress links in your menu, Appearance -> Menus, and then drag AnsPress links in your menu, and save.
- Your page should have the Ask, Categories, Tags, Users etc wherever you placed your menu!
Page Template
As AnsPress output its content based on shortcode, so you must edit you page template to avoid double title. So create a page template without title and set it for AnsPress base page. or simply create a page template with this name
page-YOUR_BASE_PAGE_ID.php
. Change the YOUR_BASE_PAGE_ID to the id of the base page.
That's all. enjoy :)