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.
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
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 🙂
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
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.
Issue solved and pushed to Github
Hello, If “question slug” is changed, then it does not redirect to questions, but displays error 404. Thanks.
New beta version released please check.
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.
Answerbox is undergoing upgrades and will be re-released soon.