https://github.com/automattic/minimum-viable-vip
The bare minimum needed to pass WordPress.com VIP theme review
https://github.com/automattic/minimum-viable-vip
vip
Last synced: 3 months ago
JSON representation
The bare minimum needed to pass WordPress.com VIP theme review
- Host: GitHub
- URL: https://github.com/automattic/minimum-viable-vip
- Owner: Automattic
- Created: 2015-05-14T13:44:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T14:39:30.000Z (over 7 years ago)
- Last Synced: 2025-01-30T01:11:30.301Z (3 months ago)
- Topics: vip
- Language: PHP
- Size: 14.6 KB
- Stars: 20
- Watchers: 110
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Minimum Viable Theme for VIP
## What is this?
This is a super stripped down version of underscores with modifications. This theme implements enough to:
- Pass the VIP Scanner tool
- Work on the WordPress.com VIP platform
- Be picked up by WordPress
- Load a stylesheet
- Implement a basic 404
- Call the hooks needed for WordPress to functionAnd nothing more.
If you have a static design, replace what needs replacing in `index.php` and make sure `404.php` is presentable, then update style.css to match your new theme name and styling. Remember to replace screenshot.png with something nice.
## Further Reading
- [Anatomy of a VIP theme](https://vip.wordpress.com/documentation/anatomy-of-a-vip-theme/)
- [_s/underscores](http://underscores.me/)
- [Suggestions to fast track theme review](https://vip.wordpress.com/documentation/suggestions-to-fast-track-your-theme-review/)