Support

Account

Home Forums Pre-purchase Questions User specific edits? Reply To: User specific edits?

  • Would this be possible? Yes. The full details of what would need to be done is beyond the scope of what I can help you with here.

    But the basics.

    You would create an admin options page that only you can edit. This would contain the default display values.

    Then you would need to create something else that each user can edit that pertains to only them. This could be a post in a custom post type with access controlled by a user role. It could be fields on the user’s profile page, or it could be another options page specific for each user as I describe here https://support.advancedcustomfields.com/forums/topic/option-pages-advanced-configuration/#post-164216

    In your template you would then check the value on the user page from one of the above options to see if something is entered. If it is then you would display that, if not then you would get and display the value from your master options page.