2 messages in com.googlegroups.bloggerdevNumber of comments
FromSent OnAttachments
gold...@gmail.com06 Nov 2007 20:07 
Jeff Scudder07 Nov 2007 16:32 
Subject:Number of comments
From:gold...@gmail.com (gold@gmail.com)
Date:11/06/2007 08:07:46 PM
List:com.googlegroups.bloggerdev

I see that in the XML returned for any post, there is a node called "link" with an attribute rel="replies" and an attribute title="0 Comments". Is there any way to get this value "0 Comments" using the php api? I would like to know the number of comments for each post without having to request them.

Alternatively, I tried requesting all the comments for a particular post, which worked fine. However, when I put what I thought was an array of comments into the count() function, it always returned 1, and not the actual number of comments. After doing more searching, I don't think the query returns an array of comments, but I'm not sure what it does return.

In short, is there any way to find the number of comments associated with a post using the Zend package? Thanks.