Skip Navigation

[Gelöst] Job Listing with Application Website

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem:

The issue here is that the user wanted to display the parent name on the child post form.

Solution:
This is possible if the form was clicked to from the parent post itself. This means that the parent ID will be present in the URL, so you will have a url parameter similar to this.
parent_job_id=3073

Now to get this to display the parent title you need to use the shortcode.

[wpv-post-title id='[wpv-search-term param='parent_job_id']']

This should display the parent title on the child post form.

This support ticket is created vor 6 Jahren, 9 Monaten. 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.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

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 -

Supporter timezone: America/Jamaica (GMT-05:00)

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

Zuletzt aktualisiert von jasonH-5 vor 6 Jahren, 9 Monaten.

Assistiert von: Shane.

Author
Artikel
#616745

Hello,

I am creating a website that is listing available open jobs. In the view and the content template, I need to link to a CRED form that will display the name of the job being applied for.

I have been going through documentation on Child Post relationships but I am having trouble wrapping my head around what seems to be a simple task.

Any assistance would be greatly appreciated.

#616789

Shane
Supporter

Sprachen: Englisch (English )

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

Hi Jason,

Thank you for contacting our support forum.

Are you clicking to the child post form from the parent ? Please let me know because the parent ID is passed in the URL and we should be able to display the title from that.

Could you let me know the URL parameter that is being sent with the parent ID.

Thanks,
Shane

#616831

Hello, thank you Shane for your reply. I followed your Book Review tutorial and things are now working. Thank you.