how to show the profile completeness progress bar in php wordpress?, after registration i am displaying the whole values in a user profile page. depending up on the data filled in the edit profile page, i want to show the progress bar in the profile page.is there any way of doing this?
if($firstname!=""){
// add some points and show status bar is 2%
}
Like this, any way? please help me
i have did this code now the progress bar is coming. i have an issue with this code, if a user is logged in he can see the other users profile progress bar. i do not need this, how can i restrict that, if a user is logged in that user want to see his progress bar only
i think css could do the trick….
you can calculate value for “$completePercentage” var based on your profile completeness criteria !!