Navigation überspringen

[Gelöst] I want to show edit post form on my account page

This support ticket is created vor 3 years, 10 months. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Zeitzone des Unterstützers: America/Jamaica (GMT-05:00)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von siddhantB vor 3 years, 10 months.

Assistiert von: Shane.

Author
Artikel
#2418137

Hi Support,

On the 'Edit Profile' button on versteckter Link, I want to add the form which edits the tutors profile (as shown in screenshot versteckter Link ) but when I try to place the desired form on the 'Edit Profile' tab on the backend, it works on the back end, but when I visit the website, there is an error. (as shown in screenshot versteckter Link ).

I expected to see tutor can edit their profile in "Edit Profile" tab with same edit form, please see screenshot here versteckter Link
Please help me setup this or please share the iFrame so I can get this setup and working.

Thanks
Sid

#2418553

Shane
Unterstützer

Sprachen: Englisch (English )

Zeitzone: America/Jamaica (GMT-05:00)

Hi Sid,

Thank you for getting in touch.

In order to do this you must first create a view that will list the User's profile, given that it is a post type. Then on that view you're going to add a query filter so that you can filter the view by the Post Author. For this filter you will set it to the Current logged in user option.

From there just add your form to the view loop and you should be able to edit the user's profile.

Please let me know if this helps.
Thanks,
Shane

#2422051

My issue is resolved now. Thank you!