Login system
Read here for disabling AnsPress profile : Disable AnsPress profile.
And then you can add this filter to override AnsPress user link:
function my_custom_profile_link($user_id, $sub){ $user = get_user_by('id', $user_id); return user_pro_profile_link($user->user_login); // replace this function } add_action( 'ap_user_custom_profile_link', 'my_custom_profile_link', 0, 2 );
Yes AnsPress have polish translation.
Rahul Aryan commented
Yes you can.. Just read the docs 🙂
Thank you. I have also question about install AnsPress. I want to integrate AnsPress with Sahifa theme.
http://themeforest.net/item/sahifa-responsive-wordpress-news-magazine-blog-theme/2819356
Can I install AnsPress as a plugin and display it on any page of my WP website with my theme ?