Saltar navegación

[Resuelto] I want to show edit post form on my account page

This support ticket is created 3 years, 10 months ago. 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 -

Zona horaria del colaborador: America/Jamaica (GMT-05:00)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por siddhantB 3 years, 10 months ago.

Asistido por: Shane.

Autor
Mensajes
#2418137

Hi Support,

On the 'Edit Profile' button on enlace oculto, I want to add the form which edits the tutors profile (as shown in screenshot enlace oculto ) 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 enlace oculto ).

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

Thanks
Sid

#2418553

Shane
Colaborador

Idiomas: Inglés (English )

Zona horaria: 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!