'Uploading a file in cpanel

I am developing a WordPress theme from scratch for my website and I am wondering, do I need to reupload the file everytime I change something?



Solution 1:[1]

The key thing to keep in mind is that your WordPress site is displaying whatever content is on your remote server. If you're creating something locally (on your computer) you would need to upload it to that remote server to reflect changes.

Since you're using cPanel, it's cumbersome to continuously upload changed files into the server, so look at setting up an FTP connection with an app like FileZilla.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1