Book Image

WordPress 2.7 Complete

By : April Hodge Silver, Hasin Hayder
Book Image

WordPress 2.7 Complete

By: April Hodge Silver, Hasin Hayder

Overview of this book

<p>Using WordPress you can easily create dynamic blogs and web sites with great content and many outstanding features. It is an ideal tool for developing blogs and although it is chiefly used for blogging, it can also be used as a complete CMS with very little effort. You can customize the features, incorporate your own design, and even write your own plug-ins with ease. Its versatility and ease of use have attracted a large, enthusiastic, and helpful community of users. While it is easy to get started with WordPress, its full power is not obvious.<br /><br />If you want to create a powerful, fully-featured blog or non-blog web site in no time, this book is for you. It will give you a rapid and straightforward introduction to the rich and powerful features of WordPress and get you up and running with a state-of-the-art blog as quickly and painlessly as possible. It will help you learn everything WordPress has to offer, from the ground up, so you can build your complete web site. You will see many of WorPress's hidden powers that will help you build a fully functioning web site.<br /><br />You will be introduced to the main aspects of a blog &ndash; users, communities, posts, comments, news feeds &ndash; and learn how to manage them using WordPress. You will learn to install WordPress and customize the look-and-feel of your web site. You will develop the skills and confidence to manage all types of content, be it text or images, on your blog, and also understand how users interact with the blog. By working through the book you'll be inspired as well as informed, and have the capability and the ideas to make your blog cutting edge and exciting to maximize its impact.<br /><br />More advanced users will also pick up tips on creating your own themes and plug-ins, and such technical steps as backing up your WordPress web site and moving it from one server to another.</p>
Table of Contents (17 chapters)
WordPress 2.7 Complete
Credits
About the authors
About the reviewers
Preface
Index

Converting your build into a theme


You'll be turning your HTML build into a theme, which is composed of a number of template files and other scripts. We are going to first dig into the inner workings of a theme so as to get familiar with how it's put together. Then we'll actually turn the HTML build into a theme folder that WordPress can use. And finally, we'll replace the dummy text in your build with WordPress functions that spit out content.

Creating the theme folder

The first step to turning your HTML build into a theme is to create your theme folder and give it everything it needs to be recognized as a theme by WordPress. Let's look at an overview of the steps and then take them one by one:

  1. Name your folder and create backup copies of your build files.

  2. Prepare the essential files.

  3. Add a screenshot of your theme called screenshot.png.

  4. Upload your folder.

  5. Activate your theme.

Let's take these steps one by one now:

  1. Name your folder and make backup copies.

    You'll want to give your build folder...