This topic will guide you for easy installation and configuration of AnsPress.
You can simply install it from WP plugin repository e.g.
Using The WordPress Dashboard
- Navigate to the 'Add New' in the plugins dashboard
- Search for 'AnsPress'
- Click 'Install Now'
- Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
- Download the latest release of AnsPress from http://github.com/anspress/anspress
- Navigate to the 'Add New' in the plugins dashboard
- Navigate to the 'Upload' area
- Select downloaded zip in step one, from your computer
- Click 'Install Now'
- Activate the plugin in the Plugin dashboard
Using FTP
- Download
anspress-question-answer.zip
- Extract the
anspress-question-answer
directory to your computer - Upload the
anspress-question-answer
directory to the/wp-content/plugins/
directory - Activate the plugin in the Plugin dashboard
After activating AnsPress make sure to check must have extensions of AnsPress here http://anspress.io/extensions/.
** Base page **
Anspress output everything from shortcode [anspress]
, so you must have a base page selected in AnsPress options. By default AnsPress check and create a base page while installing. if you want to create it manually follow this steps:
- Goto WordPress admin and create a new page.
- You must set that page title as
ANSPRESS_TITLE
, else title will not work on frontend. - You can set page slug to anything you want.
- Now save the page.
- Go to
WP-admin -> AnsPress -> Options
and select base page you just created in above steps. - Save the option.
Menu and links
AnsPress adds new links section in WordPress menu editor wp-admin->appearance->Menu
. This section contain links:
- Questions (base page)
- Ask (create new question page)
- Users (shows members directory)
- Categories (shows all categories of question, only available if categories extension installed) You can simply add this links to your theme menu. and save the menu.