WordPress Web Design For Dummies and over one million other books are available for Amazon Kindle. Learn more



or
Sign in to turn on 1-Click ordering
Sell Us Your Item
For a $6.24 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Start reading WordPress Web Design For Dummies on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

WordPress Web Design For Dummies [Paperback]

Lisa Sabin-Wilson
3.7 out of 5 stars  See all reviews (23 customer reviews)

List Price: $29.99
Price: $18.63 & FREE Shipping on orders over $25. Details
You Save: $11.36 (38%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 12 left in stock (more on the way).
Ships from and sold by Amazon.com. Gift-wrap available.
Want it tomorrow, May 21? Choose One-Day Shipping at checkout. Details
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $16.49  
Paperback $18.63  
Unknown Binding --  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

June 15, 2011 0470935030 978-0470935033 1
Learn how WordPress can help you create a unique, customized Web site

Once only a platform for bloggers, WordPress is gaining popularity as a tool for creating individualized Web sites. WordPress expert Lisa Sabin-Wilson makes it easy for anyone with a basic knowledge of the WordPress software to create a custom site using complimentary technologies including CSS, HTML, and PHP. This easy-to-follow, full-color guide helps you identify the tools and technologies you need to create the site you envision, build a user-friendly navigation system, select colors and layouts, work with existing WordPress themes, and even develop your own theme to personalize your site.

  • WordPress offers a versatile tool for building customized Web sites; this full-color book walks you through the process, explains the complimentary technologies involved, and shows you how to select colors, fonts, and themes
  • Case studies illustrate the process and the effects that can be achieved
  • Shows how to incorporate WordPress templates, graphic design principles, HTML, CSS, and PHP to build a truly one-of-a-kind Web site

If you know how to use WordPress software to create a blog, WordPress Web Design For Dummies will enable you to quickly and easily construct a unique Web site for your business, organization, or personal use.


Frequently Bought Together

WordPress Web Design For Dummies + WordPress Revealed: How to Build a Website, Get Visitors and Make Money (Even For Beginners) (Volume 1)
Price for both: $27.62

Buy the selected items together


Editorial Reviews

From the Back Cover

Express yourself with WordPress! Create a custom site with e-commerce, social media, and more

WordPress has grown up! No longer just a blogging tool, it has secret powers that enable you to include features like photo and video galleries, portfolios, directories and contact forms, client testimonials, integration with Facebook and Twitter, and a whole lot more in your Web site. The secret is out — read on and learn what you can do!

  • A solid foundation — understand what a content management system is, how a blog differs from a Web site, and what you need from a Web host

  • The right tool for the job — learn about FTP, types of editors, graphics programs, fonts and colors, and image libraries

  • Choose your theme — discover the anatomy of a WordPress theme and how to use template tags to display different content

  • It's all yours — create a unique, customized site using Cascading Style Sheets (CSS) and HTML

  • Pick plugins — use plugins to add galleries, social communities, and forums to your site

Open the book and find:

  • Why WordPress is perfect for e-commerce sites

  • Steps for installing WordPress on your Web server

  • How plain text editors differ from WYSIWYG editors

  • Hints for creating dynamite design

  • What you can do with widgets

  • Examples of content types and formats

  • Tips for using WordPress as a content management system

  • How template tags work

Learn to:

  • Create custom, feature-rich, dynamic Web sites using WordPress

  • Customize your design using CSS, HTML, and PHP

  • Develop company sites, online magazines, and e-commerce Web sites

About the Author

Lisa Sabin-Wilson is founder and Creative Director of E.Webscapes Design Studio. Lisa is a frequent public speaker at events like SXSW Interactive, Blog World Expo, and various WordCamps on the topics of WordPress, design, and social media. She's been designing Web sites with WordPress since 2003.

Product Details

  • Paperback: 400 pages
  • Publisher: For Dummies; 1 edition (June 15, 2011)
  • Language: English
  • ISBN-10: 0470935030
  • ISBN-13: 978-0470935033
  • Product Dimensions: 7.4 x 0.8 x 9.2 inches
  • Shipping Weight: 2 pounds (View shipping rates and policies)
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (23 customer reviews)
  • Amazon Best Sellers Rank: #46,847 in Books (See Top 100 in Books)

More About the Author

E.Webscapes Design Studio
http://ewebscapes.com

Twitter:
http://twitter.com/LisaSabinWilson

Facebook:
http://facebook.com/LisaSabinWilson

I design because it makes me happy to create. I write because it makes me happy to share. Other than that? I breathe. I drink espresso. I love my family.

Customer Reviews

Most Helpful Customer Reviews
63 of 64 people found the following review helpful
1.0 out of 5 stars Did an editor REALLY let this book through? February 13, 2012
Format:Paperback|Amazon Verified Purchase
Let me preface this review by stating that I have worked in web-based tech support for 11 years, I have been coding HTML since I was a teenager, and I have maintained an extensive personal website since 1998.

I am absolutely dumbfounded that some editor allowed this book through to the printer. This book should ONLY be considered reference material for someone who already knows ALL the material in the book. I have been working with WordPress in its simple blog format for several years, I've read several books on WordPress basics, and after reading this book all the way through 3 times cover-to-cover, I still can't interpret 90% of the content.

The book is altogether lacking in EXAMPLES. The author THINKS she is providing examples, and perhaps in her advanced mind, she is. For for a "DUMMIE" reading this book, her examples completely fail on most levels.

FOR EXAMPLE...In Chapter 12 (to which I randomly opened...every page of this book is completely lacking in practical examples), page 207 she says "WordPress lets you create categories and assign posts to a specific category (or multiple categories)... The /<?php wp_list_categories(); ?>/ template tag lets you display a list of your categories by using the available parameters and values. (Table 12-4 shows some of the most popular parameters)." She follows the table with "a couple of examples of tags used to display a list of your categories" and lists some specific lines of php code.

HOWEVER...nowhere in the entire chapter does she indicate WHICH FILE this code should be placed within...nor WHERE in the file the code should be placed. Both of which are critical, indispensable bits of information, without which her exhaustive coverage of Template Tags in this chapter and the following ones is useless. php is a finicky thing. It does not like experiments or approximations. Only someone already highly experience in php would be able to divine her intentions for where this code should be applied.

The information in this book is presented in a reckless, haphazard way that is not remotely practical.

This book is missing CRITICAL and APPLICABLE examples on virtually every page.

FOR EXAMPLE...in the example above, Ms. Sabin-Wilson should provide a real-world example at the end of this section. "If you would like a page on your site to display ONLY posts tagged to the category RECIPES, first create a document in your text editor titled category-recipes.php, and copy and paste the information from the existing category.php file. Insert the following code /code/ into the category-recipes.php file below the /</head>/ line, and change the following entries..." etc.

Finally, this book is missing a step-by-step walk-through of how to build a sample site. "Our site is going to have a static landing page with 3 columns, a static ABOUT US page with 2 columns, a static CONTACT page with a single column, a BLOG page listing all posts tagged to the category BLOG, and a MUSIC page listing only custom posts. And here is how we're going to build it, each step of the way."

By the end of your journey through this book, you'll be infinitely more befuddled that you were when you began, and you'll be ready to hire Ms. Sabin-Wilson to build your site for you. But perhaps that was her intention all along?

This book lacks clarity, simplicity, and most of all...EXAMPLES. Do not buy this book if you do not already have a firm understanding of php, css, and have not already built several website using WordPress that required you to reach into the code beyond the available widgets and themes. This is a reference book. It is not a how-to book. And it is MOST CERTAINLY NOT for "Dummies."
Was this review helpful to you?
35 of 39 people found the following review helpful
4.0 out of 5 stars A useful book, lots of good info August 31, 2011
Format:Paperback|Amazon Verified Purchase
I have to say that this book does have lots of good information. It is designed for people who already have some familiarity with Wordpress, and I have found that this book does give a good framework of how Wordpress works and how to modify and create themes. It does give a good framework to allow someone to move on and either learn more about programming Wordpress or to do some simple mods to improve a theme. It is well written and not too technical but also not too simple.

I would have given it 5 stars except for there is a slight credibility issue. She does give a lot of good links to get free utilities and find resources. She also gives links to programs in which she recommends that do require payment to use. My issue with this is, the link that is given is not straight to the program but through a link on her own website, and she then gets a kickback for being an affiliate. If she had mentioned that this what she was doing that would have been marginally better, but to not mention it, and receive an additional benefit seems sleazy to me and therefore makes you wonder how credible the link. Is this really the best tool or one that she recommends because she benefits from the link? The savvy user should just do a quick google search and come up with the link and evaluate whether it really is a tool that you need to use.

Worth getting and a useful book.

Alan

Update: I appreciate the author responding, I still feel that it would have been appropriate to disclose the reason for the redirection and to disclose that the author is getting compensation for some of the plugins that she is recommending. Since the book is an educational book, disclosure would have been best, so I still stand by my concerns, if it had been a self promotion advertisement than I could see not mentioning that fact. I added a star because of the disclosure from the author. I still recommend the book and did in my initial review.
Was this review helpful to you?
8 of 8 people found the following review helpful
3.0 out of 5 stars You Too Can Learn To Code Like The Pros September 27, 2012
Format:Paperback
I thought I'd done my homework before purchasing both WordPress Web Design for Dummies AND WordPress for Dummies. These are the first Dummies book I've bought, as we know, dummies don't buy books. They seemed like the best resources for learning how to build an original, professional looking CMS (content management system) website. And maybe they are. Maybe the problem is that you actually can't design and build a professional Wordpress website (not to be confused with the usual blog) unless you want to be a professional developer who knows how to code.

I read both books, cover-to-cover, as well as spending a lot of time exploring premium theme options online. I also looked at hundreds of websites made with WordPress, including the ones mentioned in Ms. Sabin-Wilson's books. In the end, I concluded that WordPress, beyond the blog, is much, much more complicated than most people can handle. This doesn't mean I have given up on my own project. I have invested too much time to abandon it now. This said, I don't feel the books are worth the time and money I've invested in them.

Sabin-Wilson takes so long to get to the point that whatever point she's trying to make gets lost in all the repetitive verbiage. This makes a ponderous subject even more ponderous. I give the book three stars because it is packed with information the author genuinely wants to impart. Unfortunately, it's not the kind of step-by-step tutorial the novice requires.

The book tries to simplify something that can't be simplified because it's not simple. It's complex. To get what you want, a polished, non-template looking website, you have to learn how to write and edit code. That's what I learned hundreds of hours later.

WordPress Web Design is most assuredly not for the novice. Even after taking in everything Sabin-Wilson has to share, you will be sorely tempted to call on her company to help you out. Maybe she can offer a coupon code in her next book for new clients.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
5.0 out of 5 stars Easy to follow book
Laid out in a logical manner and easy to find subjects. I would recommend to those new to WordPress to help you get started.
Published 3 days ago by Kenneth D. Palmer
5.0 out of 5 stars The best book I've found on building your own website
If you're looking for something that will get you going as far as building a website of your own, this is the book you want. Read more
Published 2 months ago by Richard Reiter
5.0 out of 5 stars Great for more than beginners!
This book reviews the basics of WordPress, but then delves into development and back in web design. Great book for people who know a little about PHP and are interesting in... Read more
Published 2 months ago by Molly E. Richardson
3.0 out of 5 stars WordPress Web Design for DUMMIES
While elsewhere marketed as the bible for WP users,THiS BOOK IS NOT for SERVICE HOSTED WP sites. It is ONLY for SELF-HOSTED WordPress sites. Read more
Published 2 months ago by Barbara Ziegler
3.0 out of 5 stars did not go with wordpress site
Since I did not go with a WordPress site this book was not needed to build my site, or as a reference.
Published 2 months ago by Debbie Sandersfeld
5.0 out of 5 stars Another fine Dummy book
This book has been immeasurably helpful in setting up a web. The instructions are clear and easy to follow. Read more
Published 2 months ago by mike
3.0 out of 5 stars Good starter
a b c d e f g h i j k l m n o p q r s t u v w x y z
Published 3 months ago by EducatedGuy
4.0 out of 5 stars A great go-to guide and companion
I saw Lisa Sabin-Wilson give a short presentation at WordCamp Philly. She seemed like a natural as a teacher. Read more
Published 3 months ago by L. Fuiano
3.0 out of 5 stars OK, but.....
Wasn't as complete as I hoped it would be. I've seen better. But useful and easy to understand. Check out other guides on Amazon.
Published 5 months ago by Surf City
1.0 out of 5 stars Too advanced for this dummy
I'm sure it is probably a good book but totally useless for me! The "Dummies" she wrote it for are a lot smarter than me!
Published 5 months ago by midihugh
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Forums

Topic From this Discussion
Does this show you how to create a new theme?
It takes you through the entire process of creating a theme from scratch and gives you the basics of HTML and CSS knowledge you need to understand how the markup relates to the CSS style definitions.

In terms of graphic skills? It takes you through the different programs that are available for... Read more
Sep 2, 2011 by Lisa Sabin-Wilson |  See all 2 posts
Have something you'd like to share about this product?
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Search Customer Discussions
Search all Amazon discussions

Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category