max_num_pages; if ( ! $pages ) { $pages = 1; } } if ( 1 != $pages ) { echo "
"; if ( $paged > 1 ) { echo previous_posts_link(); } echo "Showing " . $paged . " of " . $pages . " (" . $pages . " Pages)"; echo next_posts_link(); 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' : ?>
  • >
    $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>