Hi,
Here is the code to display average number of comments per post in wordpress blog:
<?php
$avcomms = round($numposts/$numcomms);
?>
<?php echo “There is an average of “.$avcomms.” comments per post.”; ?>
Thanks,
Shane G.
Popularity: 1%
Hi,
Here is the code to display average number of comments per post in wordpress blog:
<?php
$avcomms = round($numposts/$numcomms);
?>
<?php echo “There is an average of “.$avcomms.” comments per post.”; ?>
Thanks,
Shane G.
Popularity: 1%
This entry was posted on Saturday, June 27th, 2009 at 5:51 pm and is filed under WordPress KB . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
You must be logged in to post a comment.
|
|
|
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Aug | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||
