Sitemap
WordPress database error: [Invalid utf8 character string: '‘category’']
SELECT ID, wp_term_taxonomy.term_id as category_id, post_title , post_date
FROM wp_posts, wp_term_relationships, wp_term_taxonomy
WHERE wp_posts.ID = wp_term_relationships.object_id
AND wp_term_relationships.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id
AND wp_term_taxonomy.taxonomy = ‘category’
AND post_status = 'publish'
AND post_type = 'post'
AND post_password = ''
ORDER BY category_id, post_title



