Okay, had a new instance of WP installed and have this new information to add. When I click the “Edit Profile” button, it redirects to http://www.wdev.meetcomakers.com/members/username/profile/edit/group/1/ which returns a 404 page. However, when I put in the URL: http://www.wdev.meetcomakers.com/members/username/profile/edit/group/6/, it works and shows all the different profile groups (see screen shot) available to edit.
The About me group corresponds to the URL: http://www.wdev.meetcomakers.com/members/username/profile/edit/group/16/
The Myself Summary group corresponds to the URL (currently not shown because there are no profile fields in this group): http://www.wdev.meetcomakers.com/members/username/profile/edit/group/26/
The Looking for group corresponds to the URL: http://www.wdev.meetcomakers.com/members/username/profile/edit/group/36/
The Lifestyle group corresponds to the URL: http://www.wdev.meetcomakers.com/members/username/profile/edit/group/46/
The Physical group corresponds to the URL: http://www.wdev.meetcomakers.com/members/username/profile/edit/group/56/
Why does the end of the URL path start at “6” and go up in multiples of “10”? Where can I insert code to fix this and what code should I insert? Alternatively, how can I get the “Edit Profile” button to direct to the correct path of: http://www.wdev.meetcomakers.com/members/username/profile/edit/group/6/?
Thank you!