Tell us what you are trying to do? I need to set wp-post-body limit.
I see https://toolset.com/forums/topic/conditional-based-on-wpv-post-body-height/ but i don't understend how i can to use this shortcode?
Something like this?
[wpv-post-body view_template="None" postbodylength="50"]
Thanks for help
Thanks for the answer. I considered several options so that I could crop the output of the archives of my custom post types.
In the end I decided to use the excerpt (wpv-post-excerpt) - thats ok!
If you can easily tell me how i can to use shortcode correctly?
You would typically use the shortcode in the output of a View or a custom archive listing posts, and simply insert the shortcode (manually, by typing it, or using the Fields and Views button) in the Loop Output section (or in a connected content template).
By default the wpv-post-excerpt shortcode will limit the length to 252 characters, but you can use the shortcode attributes to, for example, set a limit of 50 words, like so: