wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
Top Google Suchergebnisse
- Plugin API/Filter Reference/excerpt more « WordPress Codex
To change excerpt more string, add the following code to functions.php file in your theme: function custom_excerpt_more( $more ) { return '[.....]'; } add_filter( ... - Function Reference/the excerpt « WordPress Codex
By default, excerpt more string at the end is set to '[...]'. To change excerpt more string using excerpt_more filter, add the following code to functions.php file in ... - Custom Excerpt “more” Link in BranfordMagazine » Tutorials » DER ...
Jan 29, 2010 ... Recently I have written about individual excerpt lenghts in BranfordMagazine. Today I will show you how to customize the excert "more" ... - excerpt_more | trepmal's things
Apr 28, 2011 ... If you're not a fan of ” [...]” or “… Continue reading →” you can easily setup your own “more” text. add_filter( 'excerpt_more', 'dot_dot_dot', 11 ) ...