Install Plugin or Theme on Wordpress Without FTP

5:45 PM

When i start new wordpress blog on localhost and want to install new theme or plugin that i want to develop, i need login ftp account before installing that i want. I dont know what the username and the password of FTP because i never configure it before. Without it, i can't install the plugin from the wordpress site.

Install need ftp access
Install need ftp access

So, i decided to search with keyword How To Install plugin or theme without ftp on wordpress. I found great solution and worked for me on stack overflow. On this post, i want share with you how to install something on wordpress without need ftp access. Let start the tutorial below

Before reading the instruction, make sure that your wordpress site is installed correctly. So you can access the wordpress site and the dashboard. If you don't know how to install wordpress, read carefully my post about how to install wordpress on localhost.

After your wordpress installation succes, you need to access the server file manager on your local site or your hosting provider and search wp-config.php.

After you found the files, open with the editor and adding more code below to the end of wp-config.php.

define('FS_METHOD','direct');

Don't forget to save wp-config.php after adding the code. After that, open your dashboard and try to install plugin or theme on your wordpress site. Congratulations! You can install what you need without need ftp login :).

I hope this simple article about wordpress plugin installation can help you to make your wordpress plugin and theme installation more easily. Don't forget to share this article to your friends. So, you can help them too :)

You Might Also Like

0 comments

Popular Posts

Subscribe