<?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); ?>