Query liveblog comments for front page?
-
Is there a way to query for liveblog comments for the front page?
Our site is setup so the front page just shows excerpts to each post. I would like to write a custom template to get a few of the most recent liveblog entries and put them on our front page.
‘get_comments()’ doesn’t work, because the post_meta still thinks there are zero comments on the article (which there are if you’re counting non-liveblog comments.)
I was thinking it would be nice to get that JSON feed via ajax, this way we could update the front without messing with our caching system.
Thanks for any advice. I’ll keep digging and I will respond to my own question if I find a solution before I get a reply. Thanks
– Jeremy
- The topic ‘Query liveblog comments for front page?’ is closed to new replies.