Search bar and filter location

Simply hide using CSS and use search widget.

How to redirect profile page to anspress profile page?

Add this to your theme functions.php: add_filter( 'author_link', 'ap_my_author_link', 10, 2); function ap_my_author_link($url, $user_id){ return ap_user_link($user_id); }

Featured question setting

Here:

[User Profile] followers and following list empty

This has been solved. Download master zip.

[User Profile] followers and following list empty

Table ‘xxxx.wp_usermeta’ doesn’t exist