Problem:
How to avoid conversion of quotation marks into HTML entities, when used in a Views output.
Solution:
Suggested to either:
1. Include suppress_filters="true" attribute in the "wpv-post-body" shortcode
[wpv-post-body view_template="slug-of-the-content-template" suppress_filters="true"]
OR
2. Skip the use of "wpv-post-body" shortcode and include the loop item's content directly in "wpv-loop" tag:
<wpv-loop> ..... </wpv-loop>
Relevant Documentation:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-body
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.
Our next available supporter will start replying to tickets in about 0.92 hours from now. Thank you for your understanding.
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/Karachi (GMT+05:00)
This topic contains 2 replies, has 2 voices.
Last updated by 5 years, 2 months ago.
Assisted by: Waqar.