How to edit code files
In some cases if you ask us to fix a bug or make a tweak, we might provide you with instructions which require editing a code file.
Edit using file manager
Log into your hosting control panel (Often called cPanel)
Open the file manager
Navigate to the file you want to edit
Click "Code editor" or "Edit"
Save
Purge cache
Edit using FTP client
Open your FTP client (such as FileZilla)
Connect to your server
Navigate to the file you want to edit
Download it
Edit the file on your computer, you can use a code editor such as Notepad++, VS Code, Atom etc...
Save the file
Re-upload using your FTP client
Purge cache
Last updated