Skip to content

Instantly share code, notes, and snippets.

@retlehs
retlehs / gist:1023864
Created June 13, 2011 22:16
truncate WordPress titles (most simple solution)
<?php
/*
* wp_trim_words() was introduced with 3.3.0
*
* @link http://codex.wordpress.org/Function_Reference/wp_trim_words
*/
wp_trim_words(get_the_title());