Meta Box
Support Forum
Support › MB Views › Related Page limit content
I have created a related page view. However, I want to limit the content. Currently, it outputs the content for the entire page. Is there a way to limit the {{ clone.content }} for words or characters?
Hi,
There are some solutions to limit the number of words/characters to display the post content. - Use the WP function the_excerpt() https://developer.wordpress.org/reference/functions/the_excerpt/ - Use the WP function wp_trim_words() https://developer.wordpress.org/reference/functions/wp_trim_words/ - Use the filter the_content https://developer.wordpress.org/reference/hooks/the_content/
the_excerpt()
wp_trim_words()
the_content