Build custom WordPress themes from a minimal, clean starter.
Underscores (also known as _s) is a starter theme designed for WordPress developers who want to build custom themes from scratch. It provides a minimal, clean codebase that you can modify extensively rather than using as a parent theme.
inc/template-tags.php keep templates tidy and prevent code duplication, improving maintainability.layouts/ folder add a sidebar on either side of your content, giving you a starting point for your design.style.css file is structured to help you quickly build out your theme's look, with minimal distractions.Underscores also includes a helpful 404 template, optional custom header implementation, and small tweaks in inc/template-functions.php to improve the theming experience. It is licensed under GPLv2 or later, so you can use it to create anything. Perfect for developers who want full control over their theme code without starting from zero.
No comments yet. Be the first to start the conversation!