Posted: March 15th, 2010
Posted: November 26th, 2009
10 Things to do after installing the wonderful WordPress

If you are new to WordPress or would like some tips on some things you might want to do or think about next, then read on. For our customers, we will have taken care of some of the points for you, which are marked.
1. Change the Admin password (COMPLETED)
During the install of WordPress you are issued a generated password, which if you haven’t changed yet you may wish to in case you lose the welcome email and block yourself from the admin section. Remember to make your password stronger with lower and upper case letters, numbers and allowed symbols.
2. Activate the Akismet plugin
Your standard WordPress install comes with a dormant plugin named Akismet, which is great in the fight against spam and will help protect you. It also gives you statistics on its success, so you can marvel at the number of comments you no longer have to mark as spam.
- Go to the Plugins page in the WP admin area and activate the Akismet plugin
- To complete the Akismet activation you will need an API key. You can get this by registering on WordPress.com, then viewing your profile.
- Now go to Plugins > Akismet Configuration, and paste in your key.
Posted: October 20th, 2009
Are you starting a membership site?
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'); |
Posted: March 16th, 2009
Getting WordPress MU working on a Zeus Web Server

Anyone on a Zeus web server will know that anything ‘Htaccess related’ is going to cause you a headache. After scouring the WordPress MU (or Multi-user) forums, I found lots of answered threads on exactly that. With some blood, sweat and tears I now have a working rewrite.script that does take care of most elements required.
Posted: March 12th, 2009
Facebook Connect and a company Facebook page
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.
We have also now added a Facebook page for Realising Designs, which you can reach from the Facebook icon in the sidebar or here.
If you are looking to connect your WordPress blog to Facebook, here are three useful Plugin links for you:
- WP-FBConnect plugin, by Facebook
- Community Facebook Connect Plugin, by Jesse Stay
- WordPress plugin, by Sociable (some parts of the site are in Spanish)
It was quite tricky in places, but we are now up and running with option 1, the plugin by Facebook.
Posted: February 20th, 2009
Love WordPress?
Posted: October 27th, 2008
Zeus Webserver WordPress Permalinks Rewrite
![]()
I have since been looking at the rewrite for WordPress and also to use in my own custom built sites for search engine friendly URL’s. Again I found very little on the web, but currently have a working model. The rewrite script passes the URL into a variable ‘q’. So to get it out again I simply passed ‘q’ into an array with the following PHP: (more…)









