Skip Navigation

[Resolved] Trying to pull out data on Blocks Content Template

This support ticket is created 4 years, 8 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 GinaM9227 4 years, 8 months ago.

Assisted by: Minesh.

Author
Posts
#1586013
Organiser_des.jpg
Organiser_des2.jpg

Tell us what you are trying to do? I am recreating a Products Content Template on Blocks and there is some data that I dont know how to pull out since it is not one of the available fields. The data is the Vendor/Organiser Description).
In the old template it is shown as [wpv-post-taxonomy type="yith_shop_vendor" format="description"]

However, nothing comes up when I type that short code and the option is not available on the Dynamic fields. How do I get the Vendor description to show up?

Is there any documentation that you are following? Old content template - see attached.

Is there a similar example that we can see? Old content template - see attached.

What is the link to your site? hidden link

#1586201

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

When you add a single field block and chose the Taxonomy option, it will offer you a panel namely "Field Options" where you can choose the option "Term Description" to display term description.

Please check the following screenshot:
=> hidden link

The alternate way to use the same shortcode is you can add the "Fields and Text" block and add the shortcode you are using:

 [wpv-post-taxonomy type="yith_shop_vendor" format="description"]
#1586867

My issue is resolved now. Thank you!