Genesis Explained
Code examples from the Genesis Explained book.
by Nick_theGeek · github.com/schmidthaus/genesis-explained · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/schmidthaus/genesis-explained/archive/refs/heads/master.zipDeclares an update source (https://github.com/NicktheGeek/genesis-explained), so updates arrive through the plugin's own updater.
From the readme
genesis-explained
Code examples from the Genesis Explained book.
This project can be added as a plugin to allow you to modify and test the code. It can also be used as a resource to copy the code examples from the Genesis Explained book.
Code is arranged into folders by chapter name. If the code was assembled in parts, then only the final part will be present. There is a comment above the code examples that lines up with the sections in the chapter.
Simple code samples used as illustrations only are included in the auxiliary.php file. Any functional code examples are included in the example.php file.
Finally, any code found in Genesis core is not included.