'; comments_template(); echo ''; } } //output the list of comments, simply! function get_sircontheme_list_comments(){ $output = '
    '; $output .= wp_list_comments( array( 'short_ping' => true, 'echo' => false )); $output .= '
'; return $output; paginate_comments_links(); } function sircontheme_list_comments(){ echo get_sircontheme_list_comments(); } ?>