Core technology you should understand

This book is geared towards visual designers (with no server-side scripting or programming experience) who are used to working with the common industry standard tools such as Photoshop and Dreamweaver or other popular graphic, HTML, and text editors.

Regardless of your web development skillset or level, you'll be walked through clear, step-by-step instructions. But there are many web development skills and WordPress know-how that you'll need to be familiar with to gain maximum benefit from this book.

WordPress

Most importantly, you should be at least somewhat familiar with the most current stable version of WordPress. You should understand how to add content to the WordPress system and how its posts, categories, and pages work. If available in the theme you're using, you should be aware of how to set up a custom menu (the WordPress default Twenty Ten theme will allow you to play with custom menus). Understanding the basics of installing and using plugins will also be helpful (though we will cover that to some extent in the later chapters of the book as well).

Even if you'll be working with a more technical WordPress administrator, you should have an overview of what the WordPress site that you're designing entails, and what (if any) additional plugins or widgets will be needed for the project. If your site does require additional plugins and widgets, you'll want to have them handy and/or installed in your WordPress development installation (or sandbox —a place to test and play without messing up a live site). This will ensure that your design will cover all the various types of content that the site intends to provide. We'll cover the basics of setting up your sandbox in just a minute in this chapter.

Note

What version of WordPress does this book use?

This book focuses on WordPress 3.4.2. While this book's case study is developed using Version 3.4.2, any newer version of WordPress should have the same core capabilities, meaning you can develop themes for it using these techniques. Bug fixes and new features for each new version of WordPress are documented at http://wordpress.org. If you are new to WordPress, then it's worth reading WordPress 3 Complete, April Hodge Silver, Packt Publishing.

CSS

We'll be giving detailed explanations of the CSS rules and properties used in this book, especially the CSS3 rules and how to use progressive enhancement to support browsers that don't support CSS3. We'll also let you in on the "how and why" behind creating our style sheets. You should know a bit about what CSS is, and the basics of setting up a cascading stylesheet and including it within an HTML page. You'll find that the more comfortable you are with CSS markup and how to use it effectively with HTML, the better will be your WordPress theme-creating experience.

HTML

You don't need to have every markup tag in the XHTML or HTML5 standard memorized. If you really want, you can still switch to the Design view in your HTML editor to drop in those markup tags that you keep forgetting. However, the more HTML and HTML5 basics you understand, the more comfortable you'll be working in the Code view of your HTML editor or with a plaintext editor. The more you work directly with the markup, the quicker you'll be able to create well-built themes that are quick loading, semantic, expand easily to accommodate new features, and are search engine friendly.

PHP

You definitely don't have to be a PHP programmer to get through this book, but be aware that WordPress uses liberal doses of PHP to work its magic. A lot of this PHP code will be directly visible in your theme's various template files. PHP code is needed to make your theme work with your WordPress installation, as well as make individual template files work with your theme.

If you at least understand how basic PHP syntax is structured, you'll be much less likely to make mistakes while retyping or copying and pasting code snippets of PHP and WordPress template tags into your theme's template files. You'll be able to more easily recognize the difference between your template files, XHTML, and PHP snippets, so that you don't accidentally delete or overwrite anything crucial.

If you get more comfortable with PHP, you'll have the ability to change variables and call new functions or even create new functions on your own, again infinitely expanding the possibilities of your WordPress site.

Other helpful technologies

If your project will be incorporating any other special technologies such as JavaScript, AJAX, or Flash content, the more you know and understand how these scripting languages and technologies work, the better it is for your theme-making experience (again http://www.w3schools.com/ is a great place to start).

Tip

The more web technologies you have a general understanding of, the more likely you'll be able to intuitively make a more flexible theme that will be able to handle anything you may need to incorporate into your site in the future. You don't need to be an expert in all of them to build a WordPress theme though.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset