- Home
- No categories
WordPress database error: [User 'gnsource_wpadm' has exceeded the 'max_questions' resource (current value: 775)]
SELECT cat_ID,
COUNT(wp_post2cat.post_id) AS cat_count
FROM wp_categories
INNER JOIN wp_post2cat ON (cat_ID = category_id)
INNER JOIN wp_posts ON (ID = post_id)
WHERE post_status = 'publish'
AND post_date_gmt < '2008-11-20 23:25:50'
GROUP BY category_id
WordPress database error: [User 'gnsource_wpadm' has exceeded the 'max_questions' resource (current value: 775)]
SELECT ID from wp_posts WHERE post_status = 'publish' ORDER BY post_date DESC LIMIT 1
WordPress database error: [User 'gnsource_wpadm' has exceeded the 'max_questions' resource (current value: 775)]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_date < '2008-11-20 23:25:50' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC
RSS feed


