If you plan to start your own blog website, the best choice for a blog application would be WordPress. Wordpress is an Open Source blog tool, which offers a rich set of blog features as well as a large supporting community. If you have not activated your blog website yet, please visit our blog hosting package, where you get the best service for starting a blog site.
WordPress has intuitive administration, which anyone can handle. In WordPress you will be able to compose a post and publish it on your website with just one click! With WordPress you can easily customize the look of your website for there are lots of free WordPress themes available on the Net.
WordPress is really easy to install. It is included in the Fantastico Autoinstaller tool and can be activated in just a few clicks!
Please, follow the step-by-step guide below in order to activate Wordpress on your hosting account:
Step 1: Please, login to your CPanel and locate the Fantastico De Luxe icon:

Step 2: Find and click the WordPress link.

Step 3: Then choose New Installation:

Step 4: Decide upon the location of your blog - if you would like to have it as your site front page, leave the directory box blank, otherwise fill in the appropriate folder name. Next, fill in the administrator details and the e-mail account configuration then click the Install WordPress button.

Step 5: A new confirmation page will be loaded for the installation. Click the Finish Installation button if no errors are reported.

If else you will have to go back and rectify the specified issues.
Step 6: After completing the installation the final screen will load, providing you with the installation details. You will be able to e-mail the details to a specified address also in order to keep them for future reference.

Well done! You have successfully installed the Wordpress application!
If you do not have the Fantastico auto installed on your account or just choose not to use it, you have the option to install WordPress manually. Please, follow the step-by-step guide below in order to activate Wordpress on your hosting account:
Step 1: Download the installation file from the WordPress download section by clicking on "Download.zip" or "Download.tar.gz". This way you will have the latest stable release of the script in your computer.
Step 2: Upload it in public_html folder of your account. You can do that via FTP with a client like Filezilla or via cPanel -> File Manager -> Upload file(s). This way, after the installation is completed, the file script will appear once you visit your website.
Another option is to create a subfolder in your hosting account and upload the file in it. The WordPress installation will be accessible at:
http://www.yourdomainname.com/subfolder
Step 3: When you are in cPanel -> File Manager, navigate to the uploaded file and extract it by clicking on "Extract". The other option is to extract the file in your computer and then to upload the content in the desired folder via FTP.
Step 4: Once the files are extracted in the desired folder, you should create a MySQL database for WordPress. You can do that from cPanel -> MySQL Databases. Detailed instructions how to do so can be checked at our MySQL tutorial.
Step 5: Rename wp-config-sample.php to wp-config.php and edit it. Fill in your database connection details in the following lines:
define('DB_NAME', ''); // The name of the database
define('DB_USER', ''); // Your MySQL username
define('DB_PASSWORD', ''); // ...and password
Step 6: Open in your browser:
www.yourdomainname.com/where_wordpress_is_extracted/wp-admin/install.php
This should setup the tables needed for your blog. If there is an error, double check your wp-config.php file, and try again.
Step 7: The installation procedure is finished. You could save the administrative username and the password, since you will need them in order to access the WordPress installation admin backend in the future.
All you need to do is open a hosting account, where you can have the Wordpress application installed. Here at SiteGround we offer FREE Wordpress installation! With our Wordpress hosting package you can start creating your site right away! If you already have a hosting account, you can check here how to install WP.
Once you have your Wordpress blog installed, you need to login into the WordPress administration area, where you can write posts and articles, manage comments, change your theme, etc. To log in the WP admin panel, please navigate to the WP login page from your side menu under the Meta -> Login section or by entering the exact URL:
http://www.yourdomainname.com/wp-admin/
Writing posts and pages is the core activity in WP. You can start your editorial experience at the Write menu
You can simply proceed with entering the desired content in the Title and the Post boxes. Once you are ready the new post can be published just by clicking the Publish button.

Creating individual pages in WordPress is quite similar to writing a post. You should simply click on the Page link from the Write menu.

Note that various advanced options, such as entering meta tag info, are also available in the menu to the right.
In order to have your blog in a decent structure and ease your visitors' navigation throughout your posts and pages, you should categorize your posts.
A new category is created from the Manage menu, Categories section.

In order to move a post from one category to another, you should click on Manage -> Posts and click on the chosen post to edit it.

Pick a category and save the post.

Note that deleting a category does not delete posts from that category. It will just set them back to the default category Uncategorized.
In WordPress your visitors have the option to leave comments on your site. This feature creates a dynamic interchange between you and your readers.

You can moderate your visitors' comments via the Comments tab in the WordPress administrator backend.

You have a number of options that you can set for your Comments. They are listed under Settings -> Discussion.

This is the place where the site administrator decides:
Please, make sure you press the Save Changes button once you are ready with your setup.
The main functions of the WordPress tool are accessible from the upper part of the Admin page. They will help you to create and manage your blog website.
In the default WordPress installation, there are a couple of templates you can choose from. You can find them in your WordPress administration area (Where to login?), under the Design -> Themes menu.

You can change the theme simply by clicking on the desired theme name or thumbnail.
If you would like a new WordPress theme for your blog web site, first of all you will have to download it to your local machine. You can visit our Wordpress themes gallery and download free themes from there:

Once you have the new Wordpress theme on your local hard drive, you have to upload it under the 'wp-content/themes' directory of your website. You have two options to do that:
Now, that you have the new theme uploaded on your site in the right folder, you can see it in your WP admin panel and select it as a default theme for your site.
Plugins (also called Add-ons, Components or Modules) are files you usually download separately from the WordPress basic installation. They provide additional functionality to your script that is not included in the standard installation. To install a plugin you generally just need to put the plugin file into your 'wp-content/plugins' directory. Once a plugin is installed, you may activate it or deactivate it from the Plugins menu in your WP administration.

Generally the Plugin installation is a straight forward process still additional work might be required for the different Plugins. By default it is enough to upload the plugin under the 'wp-content/plugins' directory for the WordPress installation and activate it from the administrator backend.

The removal is also straight forward in most cases. Simply remove the directory for the plugin you would like to uninstall and it will be automatically deactivated.
Still always bear in mind that not all Plugins are easy to install so always refer to their documentation and installation instructions first.
If you would like to include images or photos on your posts, you will need a Gallery Plugin added to your WP. Please, find here more details on how to install plugins.
Our example is based on WPG2 gallery plugin.
You can download WPG2 here.
If you plan to install Gallery 2 plugin, please make sure that you also download and install Imageblock and Imageframes modules for Gallery2. Downloads of the modules can be found here.
Once the Gallery addon is installed, you can see its admin section included in WP:

You can include images in your WP Posts or Sidebar. In order to include images in the Sidebar, you need to add the following code to your WordPress Sidebar Template file:
<li><?php print g2_sidebarimageblock(); ?></li>
In order to do that, please, edit the sidebar.php file through CPanel->File Manager.
It can be found at:
/public_html/wp-content/themes/default/
Now you can set your image preferences from the WP Admin panel. Please, go to WPG2 -> Sidebar Block, where you can set which pics you would like to include in the Sidebar. Please set the Image Size so that your images are included in the Sidebar and not outside of it. Please, make sure you press Save Changes once you make the changes.

Now you can see the Random Image displayed on your WP sidebar.

You can visit First Steps with WordPress for further reference.
Recent Comments Features:
How to install Recent Comments
Step 1:
First of all you will need to download the get-recent-comments-1.5.1.zip file from here.
Step 2:
As soon as you have the file you should unzip it in your local computer. Then, you should upload the get-recent-comments.php file under your:
/public_html/path_to_your_blog/wp-content/plugins directory.
If you are not sure how to do this, we kindly recommend you to refer to our FTP tutorial where you will find step by step instructions how to do this.
Step 3:
When the plugin is uploaded under your plugins directory you should access the administrative area of your WordPress at: http://yourdomainname.com/wp-admin.php
Being there you should get to the Plugins section from the top menu.

Click on the Activate button on the left. This will activate the plugin that you have already uploaded.
Step 4:
Drag the widgets "Get Recent Comments" and "Get Recent Trackbacks" into the sidebar.
If your theme does not yet support widgets, insert to following code into the sidebar template:
<?php if (function_exists('get_recent_comments')) { ?>
<li><h2><?php _e('Recent Comments:'); ?></h2>
<ul><?php get_recent_comments(); ?></ul>
</li>
<?php } ?>
<?php if (function_exists('get_recent_trackbacks')) { ?>
<li><h2><?php _e('Recent Trackbacks:'); ?></h2>
<ul><?php get_recent_trackbacks(); ?></ul>
</li>
<?php } ?>
We strongly recommend you to revise the Instructions section under the Recent Comments plugin menu.
What is WordPress Spelling Checker?
The Spelling Checker plugin for WordPress provides a built-in facility for spelling checks on posts from within the administration pages as well as spelling checks on comments via simple calls added to your templates. It requires no changes to the WordPress code, you merely drop it into the plugins folder and enable it in the interface.
How to install:
First of all you will need to download plugin. The spell-plugin.zip file can be downloaded from here. As soon as you have the file you should extract (unzip) it on your local computer.
To install a plugin you generally just need to upload the plugin file into your wp-content/plugins directory. Once a plugin is uploaded, you may activate it from your WordPress admin area.
Plugin upload process:
Plugin activation:

Once activated, you MUST VISIT the plugin options page at least once to enable the functionality. The plugin will NOT function and no "Check Spelling" button will appear, before that. Simply visit this page:
http://yourdomainname.com/wp-content/plugins/spell-plugin.php?speller_setup
How to use WordPress Spelling Checker?
On the "Write Post" page there should be a new button called "Check Spelling". Click it. You will get a new window that performs the spelling check. Note that you must have Javascript enabled for this to work. You must also have the "aspell" executable on your hosting machine (SiteGround.com servers have this installed) since it is required by the spell checking functionality.
Well done! You have successfully installed the Spelling checker plugin for WP!
WordPress is composed of files and a database. In order to backup your WordPress blog, you need to backup both your files and the database.
It is always advisable to perform regular backups in order to avoid any data loss.
In order to backup your files we recommend you using FTP. Copy the files to your local hard drive. After that you can easily upload back the files and your site will be restored. If you're not sure which folders should be copied please copy the whole 'public_html' folder or the WordPress directory. Click here to learn how to use FTP.
Detailed inscrutions on how to create backup of your database can be found in our How to backup/restore MySQL database tutorial.
Well done! You have successfully created a backup of your WordPress system!
Step 1: Backup the Database Tables and Files including .htaccess. Please refer to the WordPress backup tutorial for further instructions on how to complete this step.
Step 2: Deactivate Plugins
Deactivate all the Plugins you use from the Plugin Management Page:

Some Plugins might not work with the new WordPress version, and that is why you would better deactivate all of them in order to avoid discrepancies. This will ensure that you won't end up with an upgraded-but-broken installation of WordPress after the upgrade process. Click on the Deactivate button on the left. This will deactivate the plug-in.
Step 3: Overwrite Files
If you are not sure how to do this, we recommend you to refer to our FTP tutorial where you will find step by step instructions how to upload files.
Which option is better?
Generally, it is a good idea to delete whatever is possible because the uploading (or upgrading through cPanel) process may not correctly overwrite an existing file and that may cause problems later.
DO NOT DELETE these folders and files:
wp-config.php file;
wp-content folder;
wp-images folder;
wp-includes/languages/ folder--if you are using a language file, do not delete this folder;
.htaccess file--if you have added custom rules to your .htaccess, do not delete it;
Custom Content and/or Plugins--if you have any images or other custom content or Plugins inside the wp-content folder, DO NOT delete them.
DELETE these Files and Folders:
wp-* (except for those above), readme.html, wp.php, xmlrpc.php, and license.txt; files; Typically files in your root or wordpress folder. Again, don't delete the wp-config.php file.
wp-admin folder;
wp-includes folder; If using a language file remember don't delete the wp-includes/languages/ folder
wp-content/cache folder; You only see this folder if you are upgrading FROM WordPress 2.0.
Step 4: Run the upgrade script
Visit your blog's Upgrade Page (http://yourdomainname.com/wp-admin/upgrade.php) and follow the instructions that are displayed.
Step 5: Reactivate Plugins one by one
Activate your plug-ins, one by one, at the Plugin Management Page. Check if everything works as expected.
If any Plugin does not work, deactivate it and then you might contact the plugin author to encourage the author to upgrade the plugin.
Please, feel free to contact us if you have any questions or recommendations about this tutorial at: tutorials 'at' siteground.com