2.3-beta is here, try and let us know

How can I download the Beta Version . I have download Above but it show the old version

Load different content to the “profile” tab in user page

Use this hook: function mycustom_user_menu($menus){ $link = 'YOUR_USERPRO_LINK_FUNCTION' //replace this $menus['profile'] = array( 'slug' => 'profile', 'title' => 'Directory details', 'link' => $link, 'order' => 4, 'public' => false); return $menus; } add_filter('ap_user_menu', 'mycustom_user_menu');

Integrating Anspress user page with my themes users (directory theme)

Simply add this code to your theme function.php, and replace link: function mycustom_user_menu($menus){ $link = 'YOUR_DIRECTORY_LINK_FUNCTION' //replace this $menus['my_directory'] = array( 'slug' => 'my_directory', 'title' => 'Directory details', 'link' => $link, 'order' => 4, 'show_in_menu' => false); return $menus; } add_filter('ap_user_menu', 'mycustom_user_menu');

Anspress Pages

There may be some JS issue or 3rd party plugin issue. You can add this menu manually too using custom links in menu editor, just use below links: for base page: http://ANSPRESS_PAGE_URL_BASE for categories: http://ANSPRESS_PAGE_URL_CATEGORIES for users: http://ANSPRESS_PAGE_URL_USERS for user menu: http://ANSPRESS_PAGE_URL_PROFILE For user notification: http://ANSPRESS_PAGE_URL_NOTIFICATION

User Notification – Most awaited feature is alomst ready

The plugin is really very simple and Powerful but I here too,  I just get little problem.  I’m unable to add ASK, CATEGORIES, QUESTIONS, USERS, TAGS to the main Menu. When select any of the list from the anspress pages add it to the menu it doesn’t responding. I go to Appearance_Menu, there is a problem I think there.  I’m using v2.2 Anyway thank you Rahul and I really want give a good donation is a short coming time,  keep a good work.

check missing fields and then .re-submit

Its due to tags, after entering tag you must add a comma, else it will not taken as tag. This issue is already in roadmap and will be fixed

2.3-beta is here, try and let us know

tanx 🙂

Facebook, Twitter etc. icons on Profil page.

I hope that,  it gonna make it awesome. Dont forget to Include Gender selection

Uninstalling old version

Its beta version hence not available in WP repo. No data will be erased while updating.

Facebook, Twitter etc. icons on Profil page.

Custom user fields will be available after 2.3