Removing base page slug from /ask page

Just add this filter, and make sure a page with “ask” slug should not be exist. add_filter('ap_rewrite_rules', 'my_rewrite_rules_for_ap'); function my_rewrite_rules_for_ap($rules){ $rules["ask/([^/]+)/?"] = "index.php?page_id=".$base_page_id."&ap_page=ask"; return $rules; } After adding make sure to save permalink once.

Removing base page slug from /ask page

Hello, let’s get it simpl. To create ASK Question in your Menu GO TO WP ADMIN. Go to APPEARANCE_MENU there is Anspress_pages Menu which include ASK, CATEGORIES, USERS,  etc select one by one as your choice then Click ADD TO MENU and Save. Refresh your visitors site url.com. hope it will work

2.3-beta2 released – try and let us know

There is no Log out link in the User profile menu. It will be better to add it, I think it’s a little thing but important 🙂

2.3-beta2 released – try and let us know

Clicking on any user, will open up the profile page of the logged in user (and not of the one whose profile pic was clicked) Test it here http://doubtclass.com

2.3-beta2 released – try and let us know

Another strange behavior: all users have the same page as mine… I have just come to see that whoever I choose among users, the link for the user-page always lead to the logged-in user’s one. Hover card still so cool looking but linked are altered too.

A little wrong in hovercard in beta2

Issue solved and pushed to Github

2.3-beta2 released – try and let us know

Hello, If “question slug” is changed, then it does not redirect to questions, but displays error 404. Thanks.

[update] AnsPress 2.3 roadmap – User profile and Realtime

New beta version released please check.

Polish translation

Hello Castey, Thanks for the contribution. You can send a pull request to our GitHub repository. Or if you have not used it before, I will do it. Thanks.

Where can I download Answerbox? (link directs to categories_for_anspress)

Answerbox is undergoing upgrades and will be re-released soon.