25 lines
762 B
PHP
25 lines
762 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Title: Shop homepage
|
||
|
* Slug: twentytwentyfive/page-shop-home
|
||
|
* Categories: twentytwentyfive_page, posts, featured
|
||
|
* Keywords: starter
|
||
|
* Block Types: core/post-content
|
||
|
* Post Types: page, wp_template
|
||
|
* Viewport width: 1400
|
||
|
* Description: A shop homepage pattern.
|
||
|
*
|
||
|
* @package WordPress
|
||
|
* @subpackage Twenty_Twenty_Five
|
||
|
* @since Twenty Twenty-Five 1.0
|
||
|
*/
|
||
|
|
||
|
?>
|
||
|
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->
|
||
|
<div class="wp-block-group alignfull">
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/banner-intro-image"} /-->
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/grid-with-categories"} /-->
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/media-instagram-grid"} /-->
|
||
|
</div>
|
||
|
<!-- /wp:group -->
|