Reply To: Different users with same display names issue Home › Forums › Front End PM PRO › Different users with same display names issue › Reply To: Different users with same display names issue January 16, 2020 at 1:26 am #33260 Shamim HasanKeymaster Add following code in your theme’s (child theme’s if you are using) functions.php add_filter( 'fep_filter_show_which_name', function( $which ){ return 'user_login'; });