I face a new problem. when I am going to edit my wordpress file for example; want to edit header.php , a message is shown 'Sorry, that file cannot be edited' What am I now doing? Why I have to face this problem? Can anyone help me? I thankful to u for ur help.
Its just because of file permission. Change permission or download it through any FTP client and edit it then upload it. DON.
* Using your FTP client, navigate to your active Theme's folder (/wp-content/themes/(your theme folder). * Once in there, right click on the header.php file. * Select the Prperties/CHMOD/Permissions option from the context menu. * Change the permissions to '777' to make the file writable. Click Ok. * You should now be able to edit your file within the editor HTH - Scott
hmm..I did faced the same issue few years back. Try to chmod the file permissioin but doesn't help, and really no idea why. Finally, I reinstall the WP and everything is fine.