Categories and the Past
Categories
- No categories
- No categories
WordPress database error: [Table 'madams_bw.wp_categories' doesn't exist]
SELECT cat_ID, cat_name, category_nicename, category_description, category_parent,
COUNT(wp_post2cat.post_id) AS cat_count
FROM wp_categories
INNER JOIN wp_post2cat ON (wp_categories.cat_ID = wp_post2cat.category_id)
INNER JOIN wp_posts ON (wp_post2cat.post_id = wp_posts.ID)
WHERE cat_ID > 0 AND cat_ID <> 22 AND wp_posts.post_status = 'publish'
GROUP BY wp_categories.cat_ID
UNION
SELECT cat_ID, cat_name, category_nicename, category_description, category_parent,
0 AS cat_count
FROM wp_categories
LEFT JOIN wp_post2cat ON (wp_categories.cat_ID = wp_post2cat.category_id)
WHERE cat_ID > 0 AND cat_ID <> 22 AND wp_post2cat.category_id IS NULL
AND wp_categories.category_parent <> 6
ORDER BY cat_count desc
WordPress database error: [Table 'madams_bw.wp_categories' doesn't exist]
SELECT cat_ID, cat_name, category_nicename, category_description, category_parent,
COUNT(wp_post2cat.post_id) AS cat_count
FROM wp_categories
INNER JOIN wp_post2cat ON (wp_categories.cat_ID = wp_post2cat.category_id)
INNER JOIN wp_posts ON (wp_post2cat.post_id = wp_posts.ID)
WHERE ( cat_ID < 0 OR cat_ID = 22 ) AND wp_posts.post_status = 'publish'
GROUP BY wp_categories.cat_ID
UNION
SELECT cat_ID, cat_name, category_nicename, category_description, category_parent,
0 AS cat_count
FROM wp_categories
LEFT JOIN wp_post2cat ON (wp_categories.cat_ID = wp_post2cat.category_id)
WHERE ( cat_ID < 0 OR cat_ID = 22 ) AND wp_post2cat.category_id IS NULL
AND wp_categories.category_parent <> 6
ORDER BY cat_ID asc
Monthly Archives
- January 2008 (2)
- September 2007 (1)
- July 2007 (1)
- April 2007 (2)
- March 2007 (2)
- February 2007 (4)
- January 2007 (1)
- December 2006 (1)
- October 2006 (4)
- September 2006 (2)
- August 2006 (5)
- July 2006 (5)
- June 2006 (7)
- April 2006 (3)
- March 2006 (2)
- February 2006 (4)
- January 2006 (4)
- December 2005 (3)
- November 2005 (5)
- October 2005 (8)
- September 2005 (10)
- August 2005 (11)
- July 2005 (13)
- June 2005 (10)
- May 2005 (14)
- April 2005 (17)
- March 2005 (17)
- February 2005 (14)
- January 2005 (14)
- December 2004 (17)
- November 2004 (19)
- October 2004 (25)
- September 2004 (15)
- August 2004 (2)
- July 2004 (3)
- June 2004 (3)
- May 2004 (20)
- April 2004 (13)
- March 2004 (15)
- February 2004 (29)
- January 2004 (13)
- November 2003 (2)
