Adding Wordpress Themes

December 15, 2008 · Filed Under Basic Wordpress Tutorials · Comment 

Welcome back!

Just a quick video tutorial on changing your wordpress theme, a very simple process :-)

Social Bookmarking Wordpress Plugin

December 15, 2008 · Filed Under Basic Wordpress Tutorials · 1 Comment 

This Socialable Wordpress plugin gives your posts and pages those little social bookmarking logos so users can boomark (almost like voting for) your blog post.

What would Seth Godin Do Wordpress Plugin

December 14, 2008 · Filed Under Basic Wordpress Tutorials · Comment 

What would Seth Godin Do? Probably the strangest named of wordpress plugins out there, but one I put on all my blogs. Give your web visitors a warm welcome, no matter what blog post they arrive at – and better still – a welcome back message for returning visitors and an invitation to subscribe to your RSS feed for first time visitors.

All in One SEO Plugin for Wordpress

December 14, 2008 · Filed Under Basic Wordpress Tutorials · Comment 

This essential SEO plugin gives your blog extra weight for the battle of the search engines. Check out the video below on installing this plugin.

Google XML Sitemap for your Wordpress Blog

December 14, 2008 · Filed Under Basic Wordpress Tutorials · Comment 

Having a Google XML sitemap on your website or blog is highly recommended as it gives the search engines a quick way to index your site.
Watch the video below on installing this plugin.

Adding Google Analytics to your Wordpress Blog

December 14, 2008 · Filed Under Basic Wordpress Tutorials · Comment 

Google Analytics is another very useful tool provided by Google for webmasters to track and analylize visitors and traffic. Adding this to a static html website is a case of copying and pasting the generated code onto your web page.

With Wordpress it comes in the form of a plug in.

Watch the video below for a quick run through of how to install this great plug in.

Permalinks on your Wordpress Blog

December 13, 2008 · Filed Under Basic Wordpress Tutorials · Comment 

This is a quick run through of a couple of things to do straight after installing your wordpress blog. The important part is the permalinks, this is the part of the URL that displays in the browser bar.
By default Wordpress runs a not so search engine friendly URL which looks something like this:

http://www.yourwebsite.com?=yourpostname

Now while this is fine they don’t tell the search engines or anyone else for that matter what this post is about.

Watch the video below for the preferred method.

Installing Wordpress Tutorial

December 13, 2008 · Filed Under Basic Wordpress Tutorials · Comment 

Wordpress is the first choice for many and installing Wordpress on your own server is even better because this will give you more control over the plugins and themes, as well as customizing it to your needs. Some online blog services can shut you down without any reason just from recieving 1 complaint. Imagine that? losing however many months or years of content at the press of a button!!

If you have C panel with your web host you can usually install via fantastico clicking one or two buttons. If you have fantastico on your C panel you can avoid doing this way of installation, although this gives you a better understanding of the process. Click here for a Video tutorial on installing Wordpress via the C panel.

Step 1.
Go to wordpress.org and click ‘downloads’ from the horizontal menu and download the zip file. Extract this to your local folder.

wporg1.jpg

For Initial Steps of setting up hosting and using winzip and ftp files please refer to these resources:

http://www.winzip.com
http://www.ftpplanet.com/ftpresources/basics.htm

Step 2.
Once uploaded, you’ll need to create a MySQL database. Find the MySQL in your host’s control panel.

wporg2.jpg

Then create a new database:

· Fill out the name of the database
· Click to go back
· Create a user and password
· Again click to go back
wporg3.jpg

Then select ‘all’ under Privileges and add user to the database.

wporg4.jpg

Step 3.
Rename the wp-config-sample.php file to wp-config.php
And open in a text editor to fill out your database details

Step 4.
Upload the files to your server either onto the top root if you want the blog to be your main website or into a subfolder, usually named ‘blog’.

Or just drag the whole ‘wordpress’ folder to your root directory and rename it.

Step 5.
Run the install script by going to it in your browser.
* If you installed WordPress in the root directory, you should visit: http://yoursiteexample.com/wp-admin/install.php

* If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://yoursiteexample.com/blog/wp-admin/install.php

Installing Wordpress with C Panel

December 13, 2008 · Filed Under Basic Wordpress Tutorials · 1 Comment 

Installing a Wordpress blog on your server needn’t be hard work. Most hosts provide a C Panel which gives you a one button installation, without having to worry about setting up a database and all that stuff :-)

This video gives you a quickblast run through…