When using the SimplePress Forum plugin you have the option to let post comments be posts in the forum as well (and vice versa). That is great, especially on big communtiy sites, like ours.
The comment count of wordpress only counts the true blog comments and not the simplepress comments.
In the SimplePress Wiki I found this function:
sf_comments_number($no_comment="0 Comments", $one_comment="1 Comment", $many_comment="% Comments", $blogcomments)Replaces the WP Template Tag: comments_number()
Supplies Count of topic posts and can optionally include the standard blog comments in the total
parameters:
$no_comment Used for zero comments text
$one_comment Used for one comment text
$many_comment Used for multiple comments text
$blogcomments Include Standard Blog Comments (true or false)
Can this code be put into the function.php in the style sheet to replace the wp comment count? That would be great! Otherwise all files (index, single, etc.) must be adjusted individually.