Recent Comments
WordPress database error: [Table 'clinton.wp_posts' doesn't exist]
SELECT DISTINCT ID, post_title, post_password, comment_ID, comment_post_ID, comment_author, comment_date_gmt, comment_approved, comment_type,comment_author_url, SUBSTRING(comment_content,1,30) AS com_excerpt FROM wp_comments LEFT OUTER JOIN wp_posts ON (wp_comments.comment_post_ID = wp_posts.ID) WHERE comment_approved = '1' AND comment_type = '' AND post_password = '' ORDER BY comment_date_gmt DESC LIMIT 10Recent Post
WordPress database error: [Table 'clinton.wp_posts' doesn't exist]
SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND post_type = 'post' AND post_status = 'publish' GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 1,10Archives
WordPress database error: [Table 'clinton.wp_posts' doesn't exist]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_type = 'post' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESCCategories
- Uncategorized (22734)
WordPress database error: [Table 'clinton.wp_posts' doesn't exist]
SELECT * FROM wp_posts WHERE (post_type = 'page' AND post_status = 'publish') ORDER BY post_title ASC
WordPress database error: [Table 'clinton.wp_posts' doesn't exist]
SELECT post_id, category_id FROM wp_post2cat LEFT JOIN wp_posts ON post_id = ID WHERE category_id IN (2,1) AND post_type = 'post' AND post_status = 'publish'