More changes…
So:
a) I altered the blog to display the last seven days of posts, rather than the last twenty posts
b) I modified the template to display the date with h1 instead of h2, to make the date separations more visible
WordPress database error: [Can't open file: 'wp_comments.MYI' (errno: 145)]
SELECT ID, COUNT( comment_ID ) AS ccount
FROM wp_posts
LEFT JOIN wp_comments ON ( comment_post_ID = ID AND comment_approved = '1')
WHERE ID IN (720)
GROUP BY ID
WordPress database error: [Can't open file: 'wp_secureimage.MYI' (errno: 145)]
DELETE from wp_secureimage WHERE img_datetime < '2008-05-13 05:22:29'
So:
a) I altered the blog to display the last seven days of posts, rather than the last twenty posts
b) I modified the template to display the date with h1 instead of h2, to make the date separations more visible
WordPress database error: [Can't open file: 'wp_comments.MYI' (errno: 145)]
SELECT * FROM wp_comments WHERE comment_post_ID = '720' AND comment_approved = '1' ORDER BY comment_date