Forums
Forums / Themes and Templates / Excerpt Versions
(@czone)
15 years, 3 months ago
I am creating a new theme where I need Excerpt in different lengths i.e. For Slide Show the length of 30, for Blog page 50, for one sidebar widget 20.
I defined Excerpt length in function.php
function new_excerpt_length($length) { return 50; } add_filter('excerpt_length', 'new_excerpt_length');
Can someone help me built more then one level or version of Excerpt that can be used in various locations.
15 years, 2 months ago
any clue how to do that 🙁
(@fonglh)
use if statements with conditional functions.
thanks Fonglh …. it never crossed my mind lol
The topic ‘Excerpt Versions’ is closed to new replies.