jusupov.com

Computer Technology Blog

How to create WordPress theme – Part 1

with 4 comments

I’ve decided to create and publish my own custom WordPress theme. I haven’t come up with the name or anything but all I can say is that it’s going to be free.

At the same time I will be taking notes, step by step and publish a series of posts on designing your own custom WordPress(WP) theme.

Enough said, let’s get right to it.

Folks at WP did a fairly awesome job at simplifying installation process. However, let’s take a brief look into installing WP.

  1. First you need to download the latest version of WP, another good point from developers that they always keep the latest version available to download at http://www.wordpress.org/latest.zipUnlike many other open source softwares/scripts where you need to go through versions pick mirrors etc, WP is made simple to download.
  2. Unzipping latest.zip(it can also get wordpress-version-number.zip name), you find folder wordpress created. Inside this folder you will find wp-config-sample.php, rename this to wp-config.php file name.
  3. Edit this wp-config.php file. Enter your MySQL details here.
  4. Now upload everything that is under wordpress directory to your web server. Make sure you upload into a directory that is accessible from outside, it is something like htdocs, public_html or www directories.
  5. Fire up your favorite browser and point it to your domain where you uploaded the files.
  6. Once you will see WP setup screen, it will ask you to enter the blog title and admin E-Mail address. Once you have done so, it will generate you random admin password. In case you forget to change the random password, WP will email password details to the E-Mail address you provided during the installation.

2008-01-09_002746.pngNow that we know how to setup WP , let’s take a look into WP themes locations. Themes are located in wp-content/themes directory and they are under named folders. To edit or modify WP themes, you look into those folders.

You can see from the left image the basic WP theme structure.

So, in this post we learned how to install WP, and we know where to look and what too look for in WP themes.

This is the first part in a WordPress theme series. Please subscribe to my RSS feed to get updated.

Written by Arstan

January 9th, 2008 at 12:34 am

Posted in internet

4 Responses to 'How to create WordPress theme – Part 1'

Subscribe to comments with RSS or TrackBack to 'How to create WordPress theme – Part 1'.

  1. Hi,

    Your tutorial was very nice, it will help for beginners. Waiting for Part 2.

    akOOgle

    10 Jan 08 at 9:17 pm

  2. [...] drop your comments, I really appreciate your feedback! Reminder: This post is a 2nd post in a How to create WordPress Theme series. If you want to get updated make sure you subscribe to my RSS feed at http://www.jusupov.com/feed/ [...]

  3. Hello aKOOgle,
    thanks, as you can see I have published Part 2, It’s going to be a series of posts. So please stay tuned!

    Arstan

    admin

    10 Jan 08 at 10:13 pm

  4. Very useful howto for a newbie to WP. Thanks..

    danny

    15 Feb 08 at 11:50 am

Leave a Reply

You must be logged in to post a comment.