Tell us what you are trying to do?
I need to use a Toolset Content Template for the regular Posts on this site as their posts are imported from Drupal and came in with custom fields to build the sidebar content.
On the regular WP single page template and in the editor for the posts, the post content is there and appears on the front end. When I build a Content Template and try to insert dynamic content and select Post Content (body) it tells me no items can be found.
Please let me know if you would like a temp login
What is the link to your site?
hidden link
Hello,
You can not display the post body in post body itself, it will conduct unexpected results.
But you can use shortcode to display the post body in the content templat:
[wpv-post-body view_template="None" suppress_filters="true"]
More help:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-153372
Thank you! That works and makes sense.