Skip Navigation

[Resolved] Post field iterator field question

This support ticket is created 7 years 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)

This topic contains 3 replies, has 3 voices.

Last updated by Nicholas 7 years ago.

Assisted by: Luo Yang.

Author
Posts
#586365
Screen Shot 2017-11-05 at 9.57.17 AM.png

Hello what does is mean to Parse inner shortcodes (see screenshot) ?

What is this option for?

Regards,
Nicholas

#586373

y.S

Not sure where you found this, but I guess it determines what needs to be done when a shortcode is inserted in a value field. Do you want the shortcode to showup (do not parse)?
Or do you want the values generated by the shortcode to showup (parse)

#586608

Dear Nicholas,

I assume we are talking about shortcode [wpv-post-field], you can store other shortcode in the custom field value, for example, custom field "my-field":
my post title is [wpv-post-title]

if you enable the option "Parse inner shortcodes", it will add attribute parse_shortcodes="true" in the [wpv-post-field], like this
[wpv-post-field name="my-field" parse_shortcodes="true"]
then it will be able to parse the shortcode [wpv-post-title] into actual post title.

And I forward it to our editor, the document should be updated.

#586612

Thank you. You guys are great help.
Regards,
Nicholas