',
'after' => '
'
)));
?>
' . $readmore . ''; } add_filter('excerpt_more', 'aspace_excerpt_more'); function sow_max_title_length( $title ) { $max = 20; if( strlen( $title ) > $max ) { return substr( $title, 0, $max ). " …"; } else { return $title; } } function aspace_comments_callback($comment, $args, $depth) { $tag = ('div' === $args['style']) ? 'div' : 'li'; ?>