Ashley Cameron Design

Ashley Cameron Design

Trim/Limit WordPress Content

SnippetsWordPress

About a 1 minute read

"The passion that we seek is within every experience; we just have to find it."

Ashley N Cameron


1
2
3
4
<?php
   //set the # to the how many words you want
   echo wp_trim_words( get_the_content(), 100 );
?>