Book Image

WordPress Complete, Sixth Edition - Sixth Edition

By : Karol Król
Book Image

WordPress Complete, Sixth Edition - Sixth Edition

By: Karol Król

Overview of this book

WordPress Complete, Sixth Edition is a practical guide for everyone who wants to start their journey as an online publisher, website owner, or even a website developer. It takes you step-by-step through the process of planning out and building your site, and offers loads of screenshots and examples along the way. It's also a beginner's guide to theme and plugin development. This book begins with the basics of WordPress, followed by the different components that you as a developer will need to use to work swiftly and efficiently. The book starts by introducing WordPress to new readers in this field. You are then shown how to set it up, implement a blog, and use plug-ins and widgets. You'll use themes to make any website look and feel better and more original. You also learn how to create your own themes and perform testing to ensure your website is bug-free. You will also acquire some idea of how to use WordPress for non-blog-like websites. By the end of the book, you will feel confident enough to design high-quality websites and will be familiar with the ins and outs of WordPress
Table of Contents (14 chapters)

Developing Your Own Theme

At this point, you know how to find themes on the web and install them for use on your WordPress website. But, there's a lot more that WordPress has to offer, particularly in the theme development department. So, in this chapter, you'll learn how to turn your own design into a fully functional WordPress theme that you'll then be able to use on your site. You'll also learn how to convert your theme folder into a ZIP file that can be shared with other WordPress users on the web.

All you will need before we get started are the following:

  • Your own design
  • The ability to slice and dice your design to turn it into HTML

We'll start out with tips on slicing and dicing so that your HTML and CSS files are as WordPress-friendly as possible, and then cover the steps for turning that HTML build into a fully functional theme. Note that I assume...