WordPress Site Content Not updating. Template Contents or Page or Menu not able to update any content from admin panel. only updating is- Setting/Permalink i have change the permalink also but still not able to update anything. if adding a new page or post successfully added. but not able to edit.
Is that, the content in a post is not displayed in the front-end. Try enabling the error debug mode in wp-config file 'define('WP_DEBUG', false);' as 'define('WP_DEBUG', true);'. And check whether the post you are updating is saved.