I can not edit wordpress HTML

1

I'm editing a site made on wordpress.org but this site was created a few years ago, I can modify the html the way I want, upo on the server and the site starts to run with my modifications, which are minimal, I changed some images and text. At the time everything is ok, but the other day when I access the site it is the same way it was before I cleaned it, I tried so much and I do not know what else to do, I'm two weeks into this dilemma, I'm using the sublime text to edit, and filezilla to access the server via ftp and upar the modified .html file, my server is locaweb. Please give me a help! :

In the code inside the html header of the page I'm modifying it had this:

<link rel="alternate" type="application/rss+xml" title="Feed" href="http://meudominio.com.br/feed/" />

I got to take it but it did not help, the other day it came back to the way it was before. I downloaded the root folder from the server (the public_html folder) and edited the page I wanted through SublimeText, saved it and I hung the public_html folder again on the server with my changes. The page I modified was on the way: C:\public_html\wp-content\cache\wp-rocket\meudomínio.com.br\‌​minhapasta\index.htm‌​l

    
asked by anonymous 30.11.2016 / 14:11

1 answer

3

The problem is that you are editing the file in a path that is disposable (cache). The actual files are probably in a path of type wp-content/themes/my-theme

    
30.11.2016 / 14:26