Skip Navigation

[Resolved] Show EventCalendar venue fields in template

This thread is resolved. Here is a description of the problem and solution.

Problem:

I'm trying to show venue details of an event in a template with [wpv-post-field name="_VenueCity"]
Nothing is vsisble on front-end. The id [wpv-post-field name="_EventVenueID"] will Show-up. What am I doing wrong?

Solution:

It seems the _VenueCity field is stored in anther "EventVenue" post, please this shortcode:

Venue City: [wpv-post-field name='_VenueCity' id='[wpv-post-field name="_EventVenueID"]']

Relevant Documentation:

This support ticket is created 4 years, 3 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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by antond-3 4 years, 3 months ago.

Assisted by: Luo Yang.

Author
Posts
#1832875

I'm trying to show venue details of an event in a template with [wpv-post-field name="_VenueCity"]
Nothing is vsisble on front-end. The id [wpv-post-field name="_EventVenueID"] will Show-up. What am I doing wrong?

I've searched forum but can't find anything the helped me out

See: hidden link
You will the ID on top of the content, but not the name of venue city, email organiser, name organiser etc

#1834087

Hello,

It seems the _VenueCity field is stored in anther "EventVenue" post, please this shortcode:

Venue City: [wpv-post-field name='_VenueCity' id='[wpv-post-field name="_EventVenueID"]']
#1835235

My issue is resolved now. Thank you!