Example Layouts
Example Blog Layout
<?php
/*
type: layout
content_type: dynamic
name: Blog
*/
?>
<?php include template_dir().'header.php'; ?>
<div class="container">
<div class="blog-content edit" field="content" rel="content">
<h2>Recent Posts:</h2>
<module type="posts" />
</div>
<div class="blog-sidebar edit" field="sidebar" rel="inherit">
<h2>Categories</h2>
<module type="categories" />
</div>
</div>
<?php include template_dir().'footer.php';Creating Post Layout
Example Shop Layout
Product
Example Contact Form Layout
Last updated
Was this helpful?
