WordPress is free web software you can use to create beautiful websites, blogs, or apps. If you want to learn WordPress development, you're in the right place!
We've built a comprehensive guide to help you learn WordPress development online, whether you're just getting started designing and building your first theme, or you want to explore more advanced topics such as creating plugins or using the WordPress REST API. This Learning Guide will help you:
- Design and build your first WordPress theme.
- Customize your themes to suit your needs or sell online.
- Add eCommerce features into your themes using WooCommerce.
- Develop and use WordPress plugins.
- Build apps that harness the power of WordPress.
1. What Is a WordPress Theme?
A WordPress theme is a group of files that determine the look and presentation of the content on your website. WordPress themes have been instrumental in driving the success of the platform and allow users to quickly and easily change the way their website looks and works.
What Are WordPress Plugins?
WordPress themes are perfectly complimented by WordPress plugins. WordPress themes are for presentation, and WordPress plugins are for functionality.
To learn more about WordPress themes and plugins, check out our tutorials.
WordPressWhat Are WordPress Themes?Tom McFarlin
WordPressWhat Are WordPress Plugins?Tom McFarlin
2. How to Build Your First Theme
Designing WordPress Themes
Before you can build a WordPress theme, you need to design it (or have a design to work with). In our course Designing for WordPress, you’ll learn the fundamentals of WordPress theme design and all the design considerations you need to think about, from the smallest widget to the largest and most complex page.
Building on a Foundation
If you're building a theme for the first time, you'll want to start with a strong foundation. We've got two courses that cover building a theme using different foundations:
- Bootstrap: Bootstrap is an open-source framework that's designed to give you a head start in developing responsive, mobile first projects on the web.
- Underscores: Underscores is a starter theme by the makers of WordPress themselves. It's designed to give you a “1,000-hour head start” on WordPress theme creation.

Designing for WordPress

Building WordPress Themes With Bootstrap

WordPress Theme Creation With Underscores
3. How to Customize WordPress
Once you've built a basic theme, don't stop there! There are many ways you can customize WordPress and power it up! Learn how to create a more complete package for your clients and theme buyers.
Custom Content Types
The default "Page" and "Post" content types are enough for many websites and blogs, but in order to really harness the power of WordPress as a CMS, you'll want to create custom content types with fields and taxonomies specific to your particular application.
In Using Custom Content Types in WordPress, you'll learn how custom content types work with the WordPress database, plugin, and templating system. Along the way, you'll use custom post types, custom taxonomies, and custom fields to build a simple astronomy CMS for displaying information about the largest moons in the solar system!
Customizing the WordPress Admin
When you deliver a WordPress site to a client, you might want to customize the admin pages as well. You could add custom branding, some help text to further explain how the CMS features work, or an easy-to-edit content sidebar.
Learn how to customize the WordPress admin screens to create a bespoke version of the WordPress admin for yourself and your clients in these courses.

Using Custom Content Types in WordPress

Customize the WordPress Admin Pages

WordPress Admin Customization
For more on creating custom admin pages for WordPress, read our series of tutorials.
WordPress PluginsCreating Custom WordPress Administration Pages, Part 1Tom McFarlin
WordPress PluginsCreating Custom WordPress Administration Pages, Part 2Tom McFarlin
WordPress PluginsCreating Custom WordPress Administration Pages, Part 3Tom McFarlin
WordPress PluginsCreating Custom WordPress Administration Pages, Part 4Tom McFarlin
Adding Client Customization
Themes let you customize every aspect of the design and functionality of a WordPress site. But what if you want to let your client customize some aspect of the theme? Perhaps you want to sell a theme on Envato Market, and you want to let buyers adjust the color scheme and logo to match their brand. That's where the WordPress theme Customizer comes in. By making your theme Customizer-ready, you let site owners instantly change their website look and feel from within the WordPress admin UI.
In this course, Envato Tuts+ instructor Rachel McCollin will teach you how to harness the power of the Customizer in your themes. You'll see how easy it is to let users of your theme customize the color scheme of their site and add elements like logos and text.
4. How to Build eCommerce Themes
Adding WooCommerce Support
WooCommerce is the most popular eCommerce platform on the web and the most popular way of bringing eCommerce to WordPress. If you're authoring a theme for ThemeForest, you should consider WooCommerce compatibility as a way to increase sales. And if you're creating an online store, you might be surprised at how easy it is to add WooCommerce support to any third-party theme.
In this Coffee Break Course, you'll learn how to ensure your theme is compatible with WooCommerce. It only takes a few extra lines in a theme's functions.php file. It's easy to do, and best of all, it even works to add WooCommerce support to a third-party theme.
WooCommerce Themes
WooCommerce provides a lot of power and flexibility for simple storefronts out of the box, but to build truly outstanding sites, we have to dig a little deeper. In these courses, Envato Tuts+ instructor Rachel McCollin will teach you how to make use of the WooCommerce API to ensure that the screens on your store fit with your overall theme and your store’s brand. You'll then learn how to enhance your WooCommerce site with features such as embedded video, mega menus, and filter menus.

How to Make Your Theme WooCommerce Compatible

Developing a WooCommerce Theme

Go Further With WooCommerce Themes
5. How to Develop Your Own WordPress Plugins
One of the great things about using WordPress is the vibrant plugin ecosystem. There are many thousands of different plugins that promise to improve every aspect of your site. With the right plugins, your WordPress site will run more smoothly, get more visitors, and be less likely to face problems.
In Essential WordPress Plugins, you'll learn how to install and configure free plugins for backup, security, caching, and SEO.
If you can't find the right plugin for the functionality, why not build it yourself? In the course Introduction to WordPress Plugin Development, you'll learn about everything that goes into building a WordPress plugin, and you'll finish up by building your own fully functional plugin using various WordPress APIs.
WordPressEssential WordPress PluginsRachel McCollin
WordPressIntroduction to WordPress Plugin DevelopmentTom McFarlin
6. Dig Deeper
Keep Learning WordPress
Follow the Masters
WordPress is constantly evolving, and the best way to stay on top of your game is to immerse yourself. Pay attention to what top WordPress developers are doing and you will learn plenty. Here are just a few people on Twitter you should be following:
- @WordPress
- @JJJ
-
@Krogsgard
-
@blondishnet
-
@photomatt
-
@bamadesigner
-
@pollyplummer
-
@nacin
-
@perishable
- @cdils
-
@Kriesi
-
@twigpress
-
@wpchat
-
@wptavern
-
@webdevstudios
-
@tommcfarlin
-
@rachelmccollin
- @wdtuts
- @tutspluscode (you aren't already?!)
Weekly Digests
Make sure you're also subscribed to our weekly digests to get a comprehensive summary of all our new code and web design tutorials each week, delivered straight to your inbox.
Learn in a Community
Why not find your own heroes on a social coding site like GitHub, ask questions on StackExchange, or join the WP Developers’ Club? The best thing about networks like these is the advice everybody gives each other; if you have a problem, someone will have had it before you and will be willing to lend a hand. Remember, you can always ask for help in our forum!
More WordPress Resources
Coffee Break Courses

Calypso for WordPress Site Management

Launch a WordPress Site From Development to Live

Understanding the WordPress Theme Template Hierarchy

Customize Your WordPress Site With a Child Theme

Anatomy of a WordPress Theme Template File

How to Display Custom Fields in a WordPress Theme
Advanced Courses
WordPressIntroduction to the WordPress REST APIBilal Shahid
WordPressSet Up WordPress MultisiteRachel McCollin
Tutorials
WordPressCommand-Line WordPressTom Whitbread
WordPressHow to Determine What to Build With WordPressTom McFarlin
WordPressAdding Custom Hooks in WordPress: Custom ActionsTom McFarlin
WordPressAdding Custom Hooks in WordPress: Custom FiltersTom McFarlin
7. How to Sell Your WordPress Themes
Have you built a fantastic WordPress theme with your newly developed skills? Is it something that other people would find valuable? Why not think about selling your theme?
The largest WordPress theme marketplace on the web is ThemeForest, but there's lots to think about before you dive in. We have two tutorials that will help you think through whether your theme is ready to be sold.
