Hi All
Been trying to crack this for some hours now, but with no luck.
Basically i have a page with an item publisher attached to it, that just lists all my items, in this case i'm building a blog.
On each blog details page, if i use @TemplateTags() i see tons of properties.
One of them being the different comments properties, like Comments.TotalCount
But i would like for this information to be shown on my main page that lists each blog item.
I'm guessing i need to query each page inside my ItemPublisher:Items.List but after that i'm not sure how to get the information i want.