We are excited to introduce _wt, a minimalist WordPress theme that offers built-in integration with Tailwind CSS via the WindPress plugin. Based on the foundation of the _tw theme, _wt simplifies and enhances WordPress development using Tailwind CSS, eliminating the need for a complex development environment.

🌟 Features of _wt
The _wt theme delivers a streamlined experience for WordPress developers and designers by using Tailwind CSS, with no hazzle and fuss. Why you’ll love _wt:
- For those who know _tw theme well: If you’ve worked with the _tw theme before,
_wtwill feel instantly familiar—offering a similar structure and functionality with added enhancements. - Effortless Tailwind CSS integration:
_wtcomes with Tailwind CSS support by utlizing the WindPress plugin, the plug-and-play solution for using Tailwind CSS in WordPress. - No development environment required: Unlike _tw theme, which requires a local setup using Node.js and npm,
_wtallows you to use the theme directly on any WordPress server, including shared hosting. - Gutenberg compatibility: Use Tailwind CSS classes in your Gutenberg blocks, enhancing the design and responsiveness of your content without writing custom CSS.
- Classic editor support:
_wtsupports the classic editor, allowing you to use Tailwind CSS classes in your posts and pages seamlessly.
✅ Getting Started with _wt
To get started with the _wt theme, follow these simple steps:
- Install the WindPress plugin.
- Download the
_wttheme from the GitHub repository. - Install the
_wttheme to your WordPress site via the admin dashboard:- Go to Appearance > Themes menu.
- Click on Add New.
- Click on Upload Theme button and select the downloaded zip file.
- Click on Install Now and then Activate.
- Enable the integration with the WindPress plugin:
- Go to WindPress menu and switch to the Files tab.
- Open the
main.cssfile. - Replace the contents of the file with the following code and save it:
main.css
@layer theme, base, components, utilities; @import './@_wt/tailwind.css';
- Optionally, you can customize the theme by editing the files in the
@_wtdirectory with the WindPress file editor. - Now you can start using the
_wttheme with Tailwind CSS in your WordPress site.
🍻 Based on the _tw theme
_wt is a fork/modified version of the _tw theme featuring the latest updates from commit de60a04. The _wt theme retains the core structure and functionality of _tw while adding Tailwind CSS support through the WindPress plugin, making it easier to use without a local development environment.
Some of the notable changes include:
- The
_wttheme is now available as a standalone theme, without the need for the _tw starter theme generator. - Removal of the Composer and Node.js dependencies, to simplify the setup process and make it compatible with shared hosting environments.
File that were removed:
composer.jsoncomposer.lockpackage.jsonpackage-lock.json- etc.
- Updating the
_twkeywords to_wtacross the theme files, to reflect the new theme name. - Move the
tailwind.cssfile to thetailwindcssdirectory and update the content to be compatible with the WindPress plugin. - Include the final build of script files into the
jsdirectory. - Updating the
functions.phpfile to remove the extra assets and scripts that are not needed in the_wttheme.functions.php// Enqueue editor styles. // add_editor_style( 'style-editor.css' ); // add_editor_style( 'style-editor-extra.css' ); - Integrating the
_wttheme with the WindPress plugin by adding thewindpress.phpfile to theincdirectory. The integrations includes:- Register the
_wttheme provider for the WindPress Compiler's scanner. - Register the SFS handler (get and save) for the
_wttheme files in thetailwindcssdirectory. This allows you to edit the Tailwind CSS files directly in the WindPress file editor.
- Register the
🚀 Start Using _wt Today!
We hope you enjoy using _wt and look forward to seeing the amazing websites you create with it. Happy designing!
😎 Contribute to _wt
We welcome contributions and feedback from the community. If you have suggestions, encounter issues, or want to contribute to the development of _wt, please visit our GitHub repository and join the discussion.
🙏 Acknowledgments
The _wt theme is heavily inspired by, and partially contains, code derived from the following projects:
- _tw theme by Greg Sullivan, which served as the foundation for
_wt. - WindPress plugin which provides the Tailwind CSS integration for
_wt. - Tailwind CSS for its utility-first CSS framework that powers the design of
_wt.
We appreciate the hard work and dedication of these projects and their contributors.
📣 Stay Updated
To stay updated with the latest news and updates about _wt, follow us on:
- Join us in the
DiscordorFacebook, and get involved in the active, friendly community! - Send us a
support ticketand we will get back to you as soon as possible.