how to display number of comments on the hompage?
|
2 posts
|
hi guys, im wondering if there is a way to show the number of comments in the main homepage.. looking at the default installation i can see the following in the home page body.. <p class=“info”>Posted by <?php echo $last_article->author(); ?> on <?php echo $last_article->date(); ?></p>is there something like $last_article->commentCount(); that can be called??? appreciate any help here :) thanks in advance! kj |
|
1493 posts
|
Try this:
If that throws an error, try changing Also, this uses (There is some documentation on this, but I’m afraid it’s out of date! Must check…) Let us know how it goes! |
|
2 posts
|
wicked! it worked like a charm! thanks so much dude!! Il be posting up the site when i finish it! woohooo! :) |
|
18 posts
|
Thanks for this, it was just what I was looking for! |