diff options
Diffstat (limited to 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php')
-rw-r--r-- | wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php b/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php index 3a4f037..b4aa6a5 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php @@ -4,7 +4,7 @@ */ return array( 'title' => __( 'Grid of posts with left sidebar', 'twentytwentytwo' ), - 'categories' => array( 'pages' ), + 'categories' => array( 'twentytwentytwo_pages' ), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--small, 1.25rem)","bottom":"var(--wp--custom--spacing--small, 1.25rem)"}}},"layout":{"inherit":true}} --> <div class="wp-block-group alignfull" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--small, 1.25rem)"><!-- wp:columns {"align":"wide","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} --> <div class="wp-block-columns alignwide" style="margin-top:0px;margin-bottom:0px"><!-- wp:column {"width":"30%"} --> |