| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Sep | ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | |||
WordPress database error: [Table 'robinikn_wrdp2.wp_categories' doesn't exist]
SELECT cat_ID, cat_name, category_nicename, category_description, category_parent
FROM wp_categories
WHERE cat_ID > 0
ORDER BY cat_name asc
WordPress database error: [Table 'robinikn_wrdp2.wp_categories' doesn't exist]
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-07-25 01:00:33'
GROUP BY category_id