Sitemap
WordPress database error: [Table 'clomo.wpgg_post2cat' doesn't exist]
SELECT category_ID, cat_name, category_parent
FROM wpgg_post2cat, wpgg_categories
WHERE wpgg_post2cat.category_id = wpgg_categories.cat_ID
GROUP BY category_ID
ORDER BY category_parent, cat_name
WordPress database error: [Table 'clomo.wpgg_categories' doesn't exist]
SELECT category_parent
FROM wpgg_categories
WHERE category_parent != '0'
GROUP BY category_parent
ORDER BY category_parent
WordPress database error: [Table 'clomo.wpgg_post2cat' doesn't exist]
SELECT ID, category_id, post_title
FROM wpgg_posts, wpgg_post2cat
WHERE wpgg_posts.ID = wpgg_post2cat.post_id
AND post_status = 'publish'
AND post_type = 'post'
AND post_password = ''
AND post_status != 'future'
ORDER BY category_id, post_title
