Titles not showing on browser

Did you kept base page title as ANSPRESS_TITLE ? Please refer to documents page.

User profile page to display a different page

function my_ap_user_link_override($link, $user_id){ global $userpro; return $userpro->permalink($user_id); } add_filter('ap_user_link', 'my_ap_user_link_override', 10, 2); Add this code to your theme function.php

User profile page to display a different page

I dont knw how to deals why my other ansPress menu. I tried many times to add them to my menu but not responding. No User, Reputation, Ask menu @Rahul

WP Super Cache

whats difference between cache plugins? i thought w3 was good?

AnswerBox Theme does not work

Please make sure to install BuddyPress first and enable notification feature of BuddyPress.

User profile page to display a different page

Yes its possible, read this article: How to disable AnsPress profile. Cheers.

Answerbox page format fixes

Update AnsPress version from Github. Delete this two files from AnswerBox/anspress directory category.php tag.php

Profile not available

it will be available at this link: http://yourdomain/BASE_PAGE/user/USER_NAME

[updated] Preview of user profile

We expect #hashtag and @mention in next coming update?

How to use shortcode for ansPress with categories ?

Pass arguments with shortcode: [anspress category="category_slug"]