You are currently editing the page that shows your latest posts. - Wordpress
Issue likely with wp_posts structure, add primarykey to id and/or add increment
ALTER TABLE `wp_posts`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=yourvaluehere;
No comments:
Post a Comment