[WordPress tips] Fix WordPress themes, plugins without FTP – To edit the website source code you have many ways to do it, you can use specialized software like CuteFtp, Flashfxp… or you can access it directly to the folder containing the Web through a Website management tool such as Cpanel or DirectAdmin… However, with the above editing methods, you can apply it to large changes in the source code such as changing the structure, deleting files. unnecessary information… what about simple code edits to the WordPress source code?
In the previous article about WordPress tricks, I showed you how to install Plugins for WordPress source code with different methods. Continue in this article, I will help you understand how to edit the interface or Plugin in WordPress. The simplest WordPress source code.
Fix WordPress themes and plugins without FTP
As I mentioned above with this method, you only apply for editing the interface or Plugin in the WordPress source code if it is related to the components of the source code you cannot use this method (maybe the I’m sure everyone knows this is just to help those who are new to the WordPress source code, hope you guys support it) . Let’s learn how to fix WordPress plugin interface without FTP.
Edit WordPress theme
First, login to the WordPress admin page. After logging in, you will see a basic interface like below.

To fix problems related to the interface you are using (like Functions.php, header.php, single.php files…) . You go to Menu Interface > Click edit

A new interface appears, now select the relevant file you want to change

Note that after making changes, remember to update the file and then go to the homepage to see the results.
Edit WordPress Plugin
Same in WordPress admin page > Click on the Menu Extensions > Click on edit

Then select the related Plugin to edit as you like

Similarly, after editing, update the file to apply the changes. Too simple for you to edit the WordPress plugin interface without FTP, right?
Finally, if you find the article useful, please subscribe to my blog regularly to update the latest articles via Email – Thank you!
