Skip Navigation

[Resolved] How to display content from another plugin in views?

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

Problem:
How to display content from another plugin in views?

Solution:
Here is the doc how you can enable the third-party fields for view to display:
- https://toolset.com/course-lesson/using-third-party-hidden-fields/

And then you can use the [wpv-post-field] shortcode to display those fields:
For example:

[wpv-post-field name="_OrganizerEmail"]

Relevant Documentation:
=> https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-153444

This support ticket is created 2 years, 9 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by wimD-2 2 years, 9 months ago.

Assisted by: Minesh.

Author
Posts
#2321645

Tell us what you are trying to do?
I would like to display content from the Modern Events Calendar plugin in a view.

Is there any documentation that you are following?
There were old tickets with similar questions, but after the recent clean-up they are no longer available.

The following private custom fields are showing in the Views GUI:
_EventAllDay _EventCost _EventDuration _EventEndDate _EventOrganizerID _EventStartDate _EventURL _EventVenueID _OrganizerEmail _OrganizerOrganizerID _OrganizerOrigin _OrganizerPhone _OrganizerWebsite _VenueAddress _VenueCity _VenueCountry _VenuePhone _VenueState _VenueURL _VenueVenueID _VenueZip

However, I don't know how to display these fields. Can you please assist me?

Thank you,
best regards,
Wim

#2322503

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Here is the doc how you can enable the third-party fields for view to display:
- https://toolset.com/course-lesson/using-third-party-hidden-fields/

And then you can use the [wpv-post-field] shortcode to display those fields:
=> https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-153444
For example:

[wpv-post-field name="_OrganizerEmail"]
#2323459

That's it! Thank you very much Minesh!