From 367351ac509740834afad17b40e32363fde12e3c Mon Sep 17 00:00:00 2001 From: Juan Aldasoro Date: Wed, 9 Oct 2024 11:56:31 +0200 Subject: [PATCH 1/2] Remove the homepages from the `posts` category. --- patterns/page-business-home.php | 2 +- patterns/page-shop-home.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patterns/page-business-home.php b/patterns/page-business-home.php index 2c17df25..a9127999 100644 --- a/patterns/page-business-home.php +++ b/patterns/page-business-home.php @@ -2,7 +2,7 @@ /** * Title: Business homepage * Slug: twentytwentyfive/page-business-home - * Categories: twentytwentyfive_page, posts, featured + * Categories: twentytwentyfive_page, featured * Keywords: starter * Block Types: core/post-content * Post Types: page, wp_template diff --git a/patterns/page-shop-home.php b/patterns/page-shop-home.php index 430908f5..d66a31e3 100644 --- a/patterns/page-shop-home.php +++ b/patterns/page-shop-home.php @@ -2,7 +2,7 @@ /** * Title: Shop homepage * Slug: twentytwentyfive/page-shop-home - * Categories: twentytwentyfive_page, posts, featured + * Categories: twentytwentyfive_page, featured * Keywords: starter * Block Types: core/post-content * Post Types: page, wp_template From b84cc424602e1bf4b192ece90ec7ead5bf3b4018 Mon Sep 17 00:00:00 2001 From: Juan Aldasoro Date: Wed, 9 Oct 2024 11:56:57 +0200 Subject: [PATCH 2/2] Set viewport to improve presentation in the inserter. --- patterns/template-query-loop-photo-blog.php | 1 + 1 file changed, 1 insertion(+) diff --git a/patterns/template-query-loop-photo-blog.php b/patterns/template-query-loop-photo-blog.php index 3c7e05eb..c9f150cb 100644 --- a/patterns/template-query-loop-photo-blog.php +++ b/patterns/template-query-loop-photo-blog.php @@ -4,6 +4,7 @@ * Slug: twentytwentyfive/template-query-loop-photo-blog * Categories: query * Block Types: core/query + * Viewport width: 1400 * Description: A list of posts, 3 columns, with only featured images. * * @package WordPress