Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sage | 12,103 | 6 | 3 | 2 days ago | 40 | July 19, 2022 | 13 | mit | PHP | |
WordPress starter theme with Laravel Blade components and templates, Tailwind CSS, and a modern development workflow | ||||||||||
Timber | 5,209 | 131 | 77 | 3 days ago | 115 | June 22, 2022 | 209 | mit | PHP | |
Create WordPress themes with beautiful OOP code and the Twig Template Engine | ||||||||||
Typography.js | 3,757 | 2,206 | 186 | 4 months ago | 79 | May 10, 2021 | 95 | mit | JavaScript | |
A powerful toolkit for building websites with beautiful design | ||||||||||
Argon Theme | 3,160 | 2 months ago | 120 | gpl-3.0 | PHP | |||||
📖 Argon - 一个轻盈、简洁的 WordPress 主题 | ||||||||||
Understrap | 2,957 | 81 | 1 | 4 days ago | 37 | November 08, 2021 | 75 | gpl-3.0 | CSS | |
Underscores + Bootstrap = Understrap, the renowned open-source WordPress starter theme. | ||||||||||
Sakura | 2,947 | 2 months ago | 20 | gpl-2.0 | PHP | |||||
A Wonderful WordPress Theme: 樱花庄的白猫博客主题 | ||||||||||
Frontity | 2,823 | 6 | 67 | 2 months ago | 60 | July 19, 2022 | 66 | apache-2.0 | TypeScript | |
» Frontity - The React Framework for WordPress | ||||||||||
Foundationpress | 2,780 | 4 years ago | 35 | April 12, 2019 | 55 | mit | PHP | |||
FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb | ||||||||||
Kratos | 2,703 | 7 days ago | 11 | gpl-3.0 | PHP | |||||
📖 WordPress theme that focus on reading experience | ||||||||||
Plugin Update Checker | 1,927 | 63 | 30 | 16 days ago | 31 | July 24, 2022 | 79 | mit | PHP | |
A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes. |
=== Genesis Generator === Contributors: jayhill90 Donate link: https://wpdev.life Tags: Genesis, theme, generator Requires at least: 4.5 Tested up to: 5.2.2 Stable tag: 0.4.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html This plugin adds a WP CLI command to be able to scaffold a Genesis Sample theme. == Description == This plugin adds a WP-CLI command to be able to generate a Genesis Sample theme, with all of the replacements being complete. This is a work in progress, and is meant as a proof of concept on how valuable this could be to Genesis core. Currently this only supports Genesis/Genesis Sample 3.0.1. If you're running 2.10 or lower please upgrade. I value feedback so if there's anything amiss feel free to open up an issue or hit me on twitter @wpdevlife. == Installation == Ensure the Genesis Framework is installed. Git clone this repo or download as zip to your plugins folder. Activate the plugin. Open up WP-CLI and run the wp scaffold genesis command. ex: wp scaffold genesis my-theme --author="Jay Hill" --uri="wpdev.life" --description="My awesome theme" --theme_uri="testinproduction.systems" Once complete, you can switch to your new theme with wp theme activate my-theme and begin development work. == Frequently Asked Questions == Does this pull Genesis themes like Academy Pro or another StudioPress theme? This will scaffold a new theme based on Genesis Sample and make the replacements to update Genesis Sample references. == Screenshots == Soon. == Changelog == = 0.4.2 = Fixed some missing replacement strings. = 0.4.1 = Added functionality to download Genesis Sample based on installed Genesis version = 0.4.0 = Added theme_uri author_uri description and other args for command. Expanded documentation. Cleaned up more code. = 0.1.2 = Ensured theme is installed locally. Minor bug fixes. = 0.1.0 = * Initial base functionality.