https://github.com/ridgey28/wow-daisyui
A series of tutorials aimed to create a traditional WordPress theme using Tailwind and Daisy UI.
https://github.com/ridgey28/wow-daisyui
daisyui laravel-mix tailwind wordpress wordpress-theme
Last synced: 3 months ago
JSON representation
A series of tutorials aimed to create a traditional WordPress theme using Tailwind and Daisy UI.
- Host: GitHub
- URL: https://github.com/ridgey28/wow-daisyui
- Owner: ridgey28
- License: mit
- Created: 2023-09-25T05:52:46.000Z (almost 3 years ago)
- Default Branch: part-4
- Last Pushed: 2024-08-09T18:15:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T17:12:37.506Z (over 1 year ago)
- Topics: daisyui, laravel-mix, tailwind, wordpress, wordpress-theme
- Language: CSS
- Homepage: https://www.worldoweb.co.uk/2023/awesome-daisy-ui-wordpress-theme-part-1
- Size: 441 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Security: docs/SECURITY.md
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](https://github.com/ridgey28/wow-daisyui/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)

Table of Contents
- [About](#about)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Roadmap](#roadmap)
- [Support](#support)
- [Contributing](#contributing)
- [Authors \& contributors](#authors--contributors)
- [Security](#security)
- [License](#license)
- [Acknowledgements](#acknowledgements)
---
## About
Wow Daisy UI is a WordPress theme which follows a step-by step tutorial on how to create a traditional WP theme using modern technologies. Simply start at Part 1 and work your way through.
Part 1 - Initial setup of WordPress, Laravel Mix, Blank Slate WP Theme, Tailwind and Daisy UI (https://www.worldoweb.co.uk/2023/awesome-daisy-ui-wordpress-theme-part-1)
Part 2 - Adding Daisy Navigation and Footer. (https://www.worldoweb.co.uk/2023/awesome-daisy-ui-wordpress-theme-part-2)
Part 3 - Customising the search feature, making it more mobile friendly and sidebar with widgets. (https://www.worldoweb.co.uk/2024/awesome-daisy-ui-wordpress-theme-part-3)
Part 4 - Post meta, Navigation and Comments. (https://www.worldoweb.co.uk/2024/awesome-daisy-ui-wordpress-theme-part-4)
### Built With
- VS Code
- WordPress
- Local by Flywheel
- Node
- Tailwind
- Laravel Mix
- Daisy UI
## Getting Started
### Prerequisites
A local WordPress Development Environment and Node installed. A code editor such as VS Code. Some knowledge of the command line, PHP and the WordPress API recommended but not essential.
### Installation
For the initial setup follow Part 1 the tutorial or alternatively clone this repo and run npm install.
## Usage
Each tutorial will continue to add Dasiy UI components. At the end of part 1 there will be a very basic blank WordPress theme which is not suitable for a production site. As the tutorial progresses there will be a functional WP theme, each with its own branch.
## Roadmap
See the [open issues](https://github.com/ridgey28/wow-daisyui/issues) for a list of proposed features (and known issues).
- [Top Feature Requests](https://github.com/ridgey28/wow-daisyui/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc) (Add your votes using the ๐ reaction)
- [Top Bugs](https://github.com/ridgey28/wow-daisyui/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc) (Add your votes using the ๐ reaction)
- [Newest Bugs](https://github.com/ridgey28/wow-daisyui/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
## Support
Contact me through my contact form on my [blog](https://www.worldoweb.co.uk/contact)
Reach out to the maintainer at one of the following places:
- [GitHub Discussions](https://github.com/ridgey28/wow-daisyui/discussions)
- Contact options listed on [this GitHub profile](https://github.com/ridgey28)
## Contributing
First off, thanks for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are **greatly appreciated**.
Please read [our contribution guidelines](docs/CONTRIBUTING.md), and thank you for being involved!
## Authors & contributors
The original setup of this repository is by [Tracy Ridge](https://github.com/ridgey28).
For a full list of all authors and contributors, see [the contributors page](https://github.com/ridgey28/wow-daisyui/contributors).
## Security
WOW Daisy UI follows good practices of security, but 100% security cannot be assured.
WOW Daisy UI is provided **"as is"** without any **warranty**. Use at your own risk.
_For more information and to report security issues, please refer to our [security documentation](docs/SECURITY.md)._
## License
This project is licensed under the **MIT license**.
See [LICENSE](LICENSE) for more information.
## Acknowledgements
- Local by Flywheel (https://localwp.com/)
- WordPress (https://wordpress.org/)
- Blank Slate WP Theme (https://github.com/tidythemes/blankslate)
- VS Code (https://code.visualstudio.com/)
- Node (https://nodejs.org/en)
- Laravel Mix (https://laravel-mix.com/)
- Tailwind (https://tailwindcss.com/)
- Daisy UI (https://daisyui.com/)