Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress truncate text

echo wp_trim_words( get_the_content(), 100 ); // post content
echo wp_trim_words( get_the_excerpt(), 100 ); // post excerpt
echo wp_trim_words( get_the_title(), 100 ); // post title
Source by www.isitwp.com #
 
PREVIOUS NEXT
Tagged: #wordpress #truncate #text
ADD COMMENT
Topic
Name
6+8 =