$depth,
'max_depth' => $args['max_depth']
) ) ); ?>
max_num_pages; if ( ! $pages ) { $pages = 1; } } if ( 1 != $pages ) { echo "
\n"; } } /* * Excerpt Limit Length */ function constructzine_lite_excerpt_limit_length( $string, $limit ) { $words = explode( ' ', $string ); return implode( ' ', array_slice( $words, 0, $limit ) ); } /* * Comments List */ function constructzine_lite_comments_list( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; switch ( $comment->comment_type ) : case 'pingback' : case 'trackback' : ?>