Skip Navigation

[Resolved] Content Template without body shortcode still shows post body

This support ticket is created 5 years, 11 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
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 3 replies, has 2 voices.

Last updated by kirillS-3 5 years, 11 months ago.

Assisted by: Nigel.

Author
Posts
#1153345

I have insert content template shortcode as this:

[wpv-post-body view_template="contenttemplatename"]

Content template with this name just include some JavaScript code inside. There is no any post field or post body shortcode in the content template.

But instead of just this JavaScript code I see in frontend also full body of the post.
It was not work as this from beginning of this content template usage. And this definetely inside Toolset plugins, because I have disabled everything else and still show post body.

#1153346

Link to page: hidden link, wrong content on the bottom of the page, below footer, out of main design.

#1153769

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Where you have inserted the content template using the wpv-post-body shortcode, try adding the attribute suppress_filters="true".

https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-body

Does that help?

#1154126

Yes, it works. Thank you!