Database error: [Table 'artistlo_weblog.wp_comments' doesn't exist]
SELECT ID, COUNT( comment_ID ) AS ccount
FROM wp_posts
LEFT JOIN wp_comments ON ( comment_post_ID = ID AND comment_approved = '1')
WHERE post_status = 'publish' AND ID IN (24)
GROUP BY ID

The trumpet quartet Bella Tromba, has recently gone live with their new website. Having worked alongside Artist Logs for more time than is really healthy on this project, it is a nice one to finally get out the door.
The best news is, that they’re blogging. About all things chamber music, and particularly brass chamber music. So keep an eye out and make sure to subscribe to the blog.
Database error: [Table 'artistlo_weblog.wp_comments' doesn't exist]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 24 AND comment_approved = '1';
Artist Logs will transform the way you present yourself and communicate with your audience online. Contact us for a chat about what we can do for you. More about Artist Logs »
Database error: [Table 'artistlo_weblog.wp_comments' doesn't exist]
SELECT * FROM wp_comments ORDER BY comment_date DESC LIMIT 0 ,
5