Gabriel Archangel - Neenah, WI

Homepage Posts - pull in excerpt

Assigned to
Kyle Sullivan, Web Development at Diocesan Kyle S.

Comments & Events

Kyle Sullivan, Web Development at Diocesan
I hooked in the wrong function. Here's what I had in functions.php.
if( ! function_exists( 'church_custom_excerpt_length' ) ) {
  function church_custom_excerpt_length( $length ) {
    return 30;
  }
  add_filter( 'excerpt_length', 'pat_custom_excerpt_length', 999 );
}
Once I replaced that with the correct function (church_custom_excerpt_length), everything works swimmingly.
Kyle Sullivan, Web Development at Diocesan
Kyle Sullivan completed this to-do.