1 joachim Sep 08, 2005 18:51
3 joachim Sep 09, 2005 10:27
<?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
4 edb Sep 09, 2005 15:18
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: