Book Image

WordPress 3 Site Blueprints

By : Heather R. Wallace
Book Image

WordPress 3 Site Blueprints

By: Heather R. Wallace

Overview of this book

<p>Sure, WordPress can be used for blogging, but this powerful software is capable of so much more. With the right combination of plugins, themes, customizations, and configurations WordPress can be transformed into a community portal, an e-commerce site, and much more. While it is easy to get started with WordPress, its full power is not obvious. There is very little that WordPress can't do—if you can image it, then it's probably possible with WordPress. If you want to create a powerful, fully-featured blog or non-blog website in no time, this book is for you.<br /><br />While some books merely talk about the capabilities of WordPress in general and leave you to figure out how they apply to your situation, WordPress 3 Site Blueprints takes a different approach. The first chapter will show you how to migrate from an existing static website to a WordPress blog. Each of the other chapters is devoted to the construction of a different type of site that can be created with WordPress and the right combination of themes and/or plugins. As you follow along, you will learn by doing because each of these nine chapters shows you how to build a WordPress-powered site from start to finish. That means that, by the time you reach the end of every chapter, you will have a fully-functional site online.<br /><br />Each chapter provides easy-to-understand, step-by-step instructions along with screenshots to help you follow along easily. In addition, detailed information is provided to help you optimally configure each and every plugin and theme mentioned in this book so that you can get the most out of each of these sites. By the time you reach the end of each blueprint, you will have a fully functional site online that is ready for use as is or that you may customize further if you so desire.</p>
Table of Contents (17 chapters)
WordPress 3 Site Blueprints
Credits
About the Author
About the Reviewers
Preface
Index

Following a particular conversation


A microblog is basically designed to provide users with a way to carry on discussions and post updates via their browsers. It can, however, become a bit difficult to follow each topic if the site becomes overrun with conversations. Providing users with a way to mark certain conversations as favorites can do a lot to alleviate this problem. Once a user marks a topic as a favorite, they will easily be able to keep up with and take part in that conversation. To add a feature such as this a plugin is, of course, required.

Introducing WP Favorite Posts

With the WP Favorite Posts plugin, found at http://wordpress.org/extend/plugins/wp-favorite-posts/, users can mark certain posts as favorites, which will make it easy for them to keep track of the conversations that they want to follow. With this plugin, favorites are saved in two ways. For users who aren't logged in, favorites are saved using cookies. Since users of your website will always be logged in when using...