This is meant to be an example of how Morph works within a theme rather than a fully functional theme. It is not meant to be used as a starter theme, but rather my playground to test out Morph and show others how it works.
-
/functions.php- Composer autoload and optional Morph component folder override (See details). As well as the ACF block registration using Morph'smorph_componenthelper function. -
/resources/components- The folder containing all Morph components.todos/index.php- An example using the standard$_POSTsuperglobal.markdown/index.php- An example using themorph_renderhelper function.
-
/page-*- The page templates used to render the components. These are just examples. In a real project, you'd most likely use a more traditional WordPress template hierarchy structure.