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

Troubleshooting


In this section, we will discuss the problems that may arise during the installation and execution of WordPress and provide solutions for troubleshooting them.

Troubleshooting during installation

Most of the problems discussed here have been taken from the WordPress installation FAQs (Frequently Asked Questions) and Troubleshooting FAQs.

Headers already sent

Problem : Sometimes, when you point your browser to the blog, you may get an error that displays a headers already sent message on your page. The whole page may look scrambled and it will not function.

Cause: WordPress uses PHP session functions. If anything is displayed before these session functions, which may even be a blank space, then the session functions will not work properly. This happens because your browser has already received all headers and it starts displaying the output. In such circumstances, this error may occur.

Solution: You have to figure out where the error has occurred. Mostly, it is a file that you...