Created
September 11, 2019 21:02
-
-
Save JeffAspen/b8898dfb7e62322d1b0ed5131992ef71 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Custom Post Type | |
- Products | |
### Taxonomies | |
- Types | |
-- Term examples: Milkshakes, Sundaes, Cones | |
- Flavors | |
-- Term Examples: Chocolate, Vanaila, Mint Chip | |
- Topings | |
-- Term Examples: Cherrys, Whip Cream, Jimmies | |
### Product Custom Fields | |
- [select] Size | |
-- Options: SM, MD, LG, XL | |
- [select] Cone | |
-- Options: Waffle, Sugar | |
- [text/number] Price | |
- [textarea] Description |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment