WordPress Theme Components

What are theme components?

Theme components are bite sized code snippets that can be reused across multiple themes, but are either too small or don’t make sense to be released as a plugin. Stop cluttering up your functions.php file and start using theme components!

Who are theme components for?

Theme components are for theme developers looking to speed up their workflow and write more reusable code. Theme components are great for distributed themes (such as on WordPress.org or ThemeForest) and even better for freelance or agency developers building custom themes.

When can I start using theme components?

Right now!