Pages

Wednesday, 10 December 2014

FTP credentials on localhost ( Letting WordPress users install themes, plugins without FTP credentials)

1-Just Go To your wordpress root folder.

2- open wp-config.php.

3-Add this code to your wp-config.php file.
define('FS_METHOD','direct');
4- All Done Refresh Your Page and update anything.

No comments:

Post a Comment