genel wordpress istatistikleri eklentisini kurdum..ilk başta sorun yoktu ama şimdi WordPress veritabanı hatası alıyorum..tam hata açıklaması şu şekilde..
WordPress veritabanı hatası: [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 '' at line 1]
SELECT DISTINCT p.ID, p.post_title, p.post_date, p.comment_count FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id=tt.term_taxonomy_id INNER JOIN wp_posts AS p ON p.ID=tr.object_id WHERE tt.taxonomy='post_tag' AND t.slug IN('anayasa', 'egitim', 'mevzuat') AND p.ID<>'1' ORDER BY p.post_date desc LIMIT
bende hatayı alınca eklentıyı kaldırdım ve database onarımı yaptım ama hala sorun duruyor..
teşekkürler..
Çözülmüş