Last active
December 25, 2015 06:19
-
-
Save ElmahdiMahmoud/6931201 to your computer and use it in GitHub Desktop.
wp: Character limit count
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php echo substr(strip_tags($post->post_content), 0, 150);?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment