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 * FROM wp_comments WHERE comment_post_ID = '24' AND comment_approved = '1' ORDER BY comment_date
Database error: [Table 'artistlo_weblog.wp_comments' doesn't exist]
SELECT COUNT(*) FROM wp_comments WHERE comment_post_ID = 24 AND comment_approved = '1'
No comments yet.
RSS feed for comments on this post.
Please keep comments relevant. We love communication and encourage it, but inappropriate or offensive comments will be edited or deleted.
Your privacy is important. We hate spam too, and your email address is not permanently stored and will never be used for any purpose.
The following HTML elements may be used: a, strong, em, title, cite, strike, abbr, acronym, & code. All other code will be stripped before posting.
The URL to TrackBack this entry is: http://artistlogs.com/weblog/bella-tromba/trackback/
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