sitemap
WordPress database error: [Table 'wordpress.wp_categories' doesn't exist]
SELECT cat_ID, cat_name, category_parent
FROM wp_categories
ORDER BY category_parent, cat_ID
WordPress database error: [Table 'wordpress.wp_post2cat' doesn't exist]
SELECT post_title, ID, post_status, cat_ID, post_date, cat_name
FROM wp_posts, wp_post2cat, wp_categories
WHERE post_parent = '0'
AND post_type = 'post'
AND ID = wp_post2cat.post_id
AND wp_post2cat.category_id = wp_categories.cat_ID
AND post_date < NOW()
AND post_status != 'draft' AND post_status != 'attachment'
AND post_password = ''
ORDER BY cat_name, post_title
WordPress database error: [Table 'wordpress.wp_post2cat' doesn't exist]
SELECT post_title, ID, post_parent, post_name
FROM wp_posts, wp_post2cat, wp_categories
WHERE post_parent = '0'
AND post_type = 'page'
AND ID = wp_post2cat.post_id
AND wp_post2cat.category_id = wp_categories.cat_ID
AND post_date < NOW()
AND post_status != 'draft' AND post_status != 'attachment'
AND post_password = ''
ORDER BY post_title, cat_name
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND comment_approved = '1'' at line 3]
SELECT COUNT(1) FROM wp_comments
WHERE comment_post_ID =
AND comment_approved = '1'
sitemap plugin by dagondesign.com