Skip Navigation

[Cerrado] Trying to post content from the frontend and display it as posts.

This support ticket is created hace 3 años, 3 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Nigel hace 3 años, 3 meses.

Autor
Mensajes
#2138373

Hi,

I created a frontend submission form here enlace oculto

and made a submission, it is successful and a post is created, however, some fields such as the file are missing. I understand I have to style the view and the form but, could you please point me to a resource that shows me how to display all fields submitted from the front end submission form?

Thank you.
Daniel

#2138859

Nigel
Supporter

Idiomas: Inglés (English ) Español (Español )

Zona horaria: Europe/London (GMT+00:00)

Hi Daniel

If you have a custom post type with added custom fields and taxonomies, the way to display such fields and taxonomies is the same regardless of whether you add posts in the back end or front end.

Theme PHP template files for single posts don't output custom fields or custom taxonomies, and so you would create a template for the post type using Toolset where you specify which fields to output, where.

I suggest you start here to learn more: https://toolset.com/course-chapter/displaying-content-types/

El debate ‘[Cerrado] Trying to post content from the frontend and display it as posts.’ está cerrado y no admite más respuestas.