Archive for the ‘Websites’ Category

Great Tutorial Websites

You can learn how to do just about anything on the internet, from violin lessons to how a car works. Here are a list of sites that are great resources to get you started.

www.howstuffworks.com

www.youtube.com

www.ehow.com

www.video.about.com

www.wikihow.com

http://www.instructables.com/

http://w3schools.com/

WordPress – Getting Rid of default home page

Some themes have an automatic “home” button that does not go away when you make a static home page. Here is how to get rid of it.

Change this in the header.php file;

<li <?php if(is_home()){echo ‘class=”current_page_item”‘;}?>>” title=”Home”>Home

<?php wp_list_pages(‘title_li=&depth=1′);?>

To this;

<?php wp_list_pages(‘title_li=&depth=1′);?>

Hope it works!

Learn how…

Here is a video so you can easily learn how to make a website with WordPress.

You are currently browsing the archives for the Websites category.