He began work on a new project on wp, and faced the following problem. When editing a template via ftp, no changes are displayed, and when editing a template code through the admin panel, everything works.

Browser cache cleared, plugin cache too. What could be the problem?

  • And how do you edit files via ftp? - MAX
  • For example, there is a template header.php, I download it, edit it locally using sublime text and upload it back to the hosting - Konstantin Zhulanov
  • What do you call a plug-in cache? What kind of plugin? - KAGG Design
  • Then you have only a few options. First - are you really downloading a file on sevrer by ftp? Download by ftp, then open in the admin panel. If there are no changes, then most likely it's in the ftp program. If there are changes, then check how they are displayed on the site. If not, then WordPress Cache probably works that way. If you have maxcache, then reset the link. If wpsuper, it is better to temporarily disable it (at the debugging stage), since it makes edits to .htaccess and the browser displays the page from its cache, and not the real one on the site. - MAX
  • FTP was from another site, but absolutely unique in content. I understood this when I installed the plugin through the admin area, and there were no changes in the plugins folder. Thanks to everyone who responded - Konstantin Zhulanov

0