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

Preface

Using WordPress, you can easily create dynamic blogs and websites with great content and many outstanding features. It is an ideal tool for developing blogs and though it is chiefly used for blogging, it can also be used as a complete CMS for a regular website with very little effort. You can customize the features, incorporate your own design, and even write your own plugins with ease. Its versatility and ease of use has attracted a large, enthusiastic, and helpful community of users. Although it is easy to get started with WordPress, its full power is not immediately obvious.

If you want to create a powerful, fully featured blog or non-blog website in no time, this book is for you. This book will help you learn everything WordPress has to offer from the ground up, so you can build your complete website. You will see many of WordPress's hidden powers that will help you build a fully functioning website.

What this book covers

Chapter 1Introduction to WordPress introduces everything about blogging, including what a blog is, the common terms used in blogging and what they mean, what WordPress has to offer to a blogger, and why to choose it.

Chapter 2Getting Started explains the choices of where you can build your WordPress website, upgrading from an older version of WordPress, and getting familiar with the WordPress Administration Panel.

Chapter 3Blogging Your Heart Out covers the complete process of creating new posts for your blog, including applying categories and tags to your post, using the rich text editor, and controlling the timestamp. It also includes more advanced options such as including excerpt and trackbacks. This chapter also covers controlling commenting and discussion on your blog, as well as keeping out comment spam.

Chapter 4Pages, Images, Plugins and More... explains that blog posts aren't the only content in your blog. You also can control pages of static information, upload and manage images on your site, keep a list of bookmarked links, and add plugins.

Chapter 5Choosing and Installing Themes covers how to find and use existing themes from a variety of reliable websites, how to choose which theme is right for your website or blog, and the process of installing and using your new theme. This chapter also covers enabling and using widgets in your theme.

Chapter 6Developing Your Own Theme covers the process of creating your own theme from soup to nuts. This includes setting up your design to accommodate your blogging goals, converting your initial build into an authentic WordPress theme, creating templates within your theme to serve different purposes for your blog, making your theme widget-friendly, and sharing your theme with the WordPress community.

Chapter 7Feeds and Podcasting explains what feeds are and how to add them to your WordPress website, tracking subscribers to your blog, and aggregating feeds from other sources on your blog. This chapter also covers using your WordPress website to create a podcast. (It's easy!)

Chapter 8Developing Plugins and Widgets is for the more advanced user. This chapter shows you how to create plugins and widgets that will work with any installation of WordPress. It includes step-by-step instructions so you don't get lost along the way.

Chapter 9Community Blogging covers managing and handling a multiuser blog, including a detailed outline of the roles and capabilities included in WordPress.

Chapter 10WordPress as a CMS covers from start to finish how to use WordPress to create a non-blog website. This chapter includes explanations of designing your theme, setting it up, creating custom pages that display post content in non-blog ways, customizing the home page to contain dynamic content, and creating a news page.

Chapter11Administrator's Reference covers all of the basic things a WordPress administrator needs to know from system requirements to detailed step-by-step instructions on installing WordPress, moving your WordPress website from one place to another, backing up, common template tags, and basic troubleshooting.

What you need for this book

The minimum system requirement for WordPress is a web server with the following software installed:

  • PHP Version 4.3 or greater

  • MySQL Version 4.0 or greater

Who this book is for

This book is a guide to WordPress for both beginners and progressive learners. It's for people who are new to blogging and want to create their own blogs in a simple and straightforward manner, and it's also for those who want to learn how to customize and expand the capabilities of a WordPress website.

It does not require any detailed knowledge of programming or web development, and any IT-confident user will be able to use the book to produce an impressive blog.

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "...you can add the above text anywhere in single.php so long as it is inside the if and while loops of the loop."

A block of code will be set as follows:

function modify_menu_for_supportedtypes() {
   add_management_page(
      'Document Types',	// Page <title>
      'Document Types', // Menu title
      7,            // What level of user
      __FILE__,            //File to open
      'supportedtypes_options'  //Function to call
      );  
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be shown in bold:

<h1>
     <a href="<?php echo get_option('home'); ?>/">
         <?php bloginfo('name'); ?></a>
</h1>
<div id="description"><?php bloginfo('description'); ?></div>

Any command-line input or output is written as follows:

chmod –R wp-admin 744

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "To register your free blog, click on the loud blue-and-white Sign Up Now! button."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book—what you liked or may have disliked. Reader feedback is important for us to develop titles that you really get the most out of.

To send us general feedback, simply drop an email to , and mention the book title in the subject of your message.

If there is a book that you need and would like to see us publish, please send us a note in the SUGGEST A TITLE form on www.packtpub.com or email .

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide on www.packtpub.com/authors.

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Downloading the example code for the book

Visit http://www.packtpub.com/files/code/6569_Code.zip to directly download the example code.

The downloadable files contain instructions on how to use them.

Errata

Although we have taken every care to ensure the accuracy of our contents, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in text or code—we would be grateful if you would report this to us. By doing so, you can save other readers from frustration and help us to improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/support, selecting your book, clicking on the let us know link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata added to any list of existing errata. Any existing errata can be viewed by selecting your title from http://www.packtpub.com/support.

Piracy

Piracy of copyright material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works in any form on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.

Please contact us at with a link to the suspected pirated material.

We appreciate your help in protecting our authors, and our ability to bring you valuable content.

Questions

You can contact us at if you are having a problem with any aspect of the book, and we will do our best to address it.