If you try to install a plugin or theme, and WordPress asks you for ftp credentials, add this to your wp-config.php file
define('FS_METHOD', 'direct');
You should be able to download now, without being prompted for ftp credentials.
If you try to install a plugin or theme, and WordPress asks you for ftp credentials, add this to your wp-config.php file
define('FS_METHOD', 'direct');
You should be able to download now, without being prompted for ftp credentials.