Fatal error: Call to undefined function graphene_set_excerpt_length() in /home/delgreco/public_html/wp-content/themes/graphene-child/functions.php on line 31
Hurm, if you’re on 1.5.6, the code that I posted earlier should work. The newer code that I posted is for 1.6.
Try this:
function custom_excerpt_length($length) {
return 40; // Change this to whatever you want.
}
add_filter('excerpt_length', 'custom_excerpt_length', 20 );
One question…when I update to 1.6…it sounds like this will no longer work, correct? I’ll have to use the code you previously pasted in this thread? Or am i wrong….
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.