Forum Replies Created

Viewing 1 replies (of 1 total)
  • in23h

    (@in23h)

    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>';

Viewing 1 replies (of 1 total)