I love the internet because it connects me to my family and I learn a lot from it.
Ayel

Recent updates

The “I Love” Project

Every year since 2010 I have decided to celebrate my domain's birthday on the 11th October with some kind of project. Last year, it was the 'Love is...' Project and you submitted your definitions of love. This year, you shared what it is that you love.

On the 9th October 2011, this layout was put up with a rotation above the sidebar with chosen submissions. Read more...

Further links

WordPress Tutorial: WordPress On Index Page

This is a rather simple tutorial but I felt it was necessary to include this as one of my WordPress tutorials.

If you have your WordPress in a subdirectory, such as yoursite.com/wp or yoursite.com/wordpress, you will have to visit that address every time you want to visit your site.

Open or create the file index.php in the root directory. NOT the one in the “wp” folder.

In it, paste the following code; nothing else:

<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp/wp-blog-header.php');
?>

If your WordPress folder is not called “wp”, change that part accordingly.

Go to your WordPress dashboard and log in. Go to Settings, General.

Change Blog Address (URL) to your website URL. This is all you need to change. DO NOT change anything else otherwise WordPress may no longer work.

WP

Click “Save Changes”. When you visit yoursite.com you should now see your blog and posts.