Quick Tutorial on How to Create a Website with Wordpress
The website that you’re looking at is installed on Wordpress and I got it all for free. In this quick tutorial I’m going to guide you step-by-step on how to create a similar web page using the Wordpress blogging software.
1) Web Hosting
First off all, you need good web hosting for Wordpress. I recommend going with a web host that has a cPanel, as it is easy to install Wordpress using Fantastico (a function in the cPanel).
Yes, you could also go with free web hosting, but I don’t recommend that, as Wordpress requires a database to work and even the best free web hosts have problems with this (this was my own experience with Freehostia.com, I then went for paid hosting).
I recommend using Hostgator web hosting. They have cPanel and you can host unlimited domains on one hosting account. So you can have as many Wordpress blogs (websites) on one hosting account as you want for just about $10 monthly.
If you need help signing up, you can check out this Hostgator Sign Up Tutorial. You will be fine with the cheapest plans (unless you are going to make your website a really big one).
2) Install Wordpress
I recommend installing Wordpress using the one-click WP installation feature with Fantastico in the cPanel. You can check out this tutorial on how to Install Wordpress Using Fantastico. It’s really easy and quick, easier that you might thought.
3) Upload a Wordpress Template
Find a nice Wordpress theme for your website and just upload it to the wp-content/themes/ folder. Then activate it in the WP admin panel - in Presentation -> Themes.
For good Wordpress themes I recommend you to check out my own themes on my site www.wpmix.com (I’m a Wordpress themes designer). I hope you like them.
4) Modify the Theme
If you do not want the comments and the “posted by… on…” displayed to make your website not look like a blog, just delete the following from the index.php (and also delete the same in the files page.php and single.php - if there are these files):
- <?php the_time(’F jS, Y’) ?><?php edit_post_link(’, Edit’); ?>
- <div class=”comm”><?php comments_popup_link(’Post Comment’, ‘Comments (1)’, ‘Comments (%)’); ?></div>
Note: Backup the files of your theme before editing it, so that you have the original files in case you do something wrong.
You might also like to edit some images of the theme like e.g. the header image. I have done both of these modifications on the theme of this website - I removed the comments and added the text “wordpress.lexty.com” into the header image.
And that’s it. You are done, good luck with your new Wordpres website!
Andrej
