first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* Masonry layout template
|
||||
*
|
||||
* @var $attributes - block attributes
|
||||
* @var $options - layout options
|
||||
* @var $posts - all available posts
|
||||
*
|
||||
* @package Canvas
|
||||
*/
|
||||
|
||||
// As Masonry layout is almost the same like Grid, we can use HTML from Grid.
|
||||
require dirname( __FILE__ ) . '/grid.php';
|
||||
Reference in New Issue
Block a user