Thanks joshuahong100! I got it to work like this:
in disqus.php change the following:
return '<span class="dsq-postid" rel="'.htmlspecialchars(dsq_identifier_for_post($post)).'">View Comments</span>';
to:
return '<span class="dsq-postid" rel="'.htmlspecialchars(dsq_identifier_for_post($post)).'">'.$post->comment_count.'</span>';