2 personman Sep 08, 2005 22:22

<?php echo $Item->ID; ?>
Thanks but I want show the Blog-ID see above.
Anyway, I want to have some more in the statistic
like: xxx blogs are written with xxx words and xxx comments.
How can I solve this?
So long
Joe
personman wrote:
<?php echo $Item->blog_ID; ?>
joachim wrote:
<?php echo $Item->ID; ?>
Note the difference? blog_ID should get you the blog number. ID will get you the post number.
As to counting all sorts of things, check out [url=http://forums.b2evolution.net/viewtopic.php?t=4510]this hack[/url] and see if it helps you go where you want to go.
This should show the blog id: