Posted: April 17th, 2009
Storing your FTP details in WordPress

If WordPress keeps asking you for your FTP details, you can add them with the following code to your ‘wp-config.php’ file:
1 2 3 4 | /** FTP connetcion details. */ define('FTP_HOST', 'add_your_ftp_host_here'); define('FTP_USER', 'add_your_ftp_username_here'); define('FTP_PASS', 'add_your_ftp_password_here'); |



The article section of our site has been undergoing lots of updates recently, including the addition of “Facebook Connect”, allowing you to login and comment via your Facebook login details. You can try it out with the “Connect” button on the sidebar and above the comments in each post.









