I need suggestions for a plugin that allows user registration with additional fields. Upon registration, it should create both a user account and a custom post type called “member”. These details should be visible in the user’s dashboard/account page and editable. Changes made to the “member” post type in the WordPress admin should reflect on the user dashboard as well.
I tried using the **WP User Registration** plugin, but it only handles post creation and doesn’t reflect admin edits in the user dashboard. Also, custom fields mapped during post creation are not filled in.
Is there another plugin that can efficiently handle these requirements?
[ad_2]
>*Upon registration, it should create both a user account and a custom post type called “member”.*
Why would a member registration create a “custom post type”? Do you mean a “post”, rather than a “post type”.
Why double up user information – storing the same thing in 2 places is a bad idea? Just access the user post.