Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress truncate text

<?php
$my_content = apply_filters( 'the_content', get_the_content() );
$my_content = wp_strip_all_tags($my_content);
echo wp_trim_words( $my_content, 55, $moreLink);
?>
Source by wordpress.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #wordpress #truncate #text
ADD COMMENT
Topic
Name
7+1 =