Skip to content

Commit 0bb39c6

Browse files
committed
Merge branch 'trunk' into 705-blog-template-homehtml-ignores-main-query-and-breaks-navigation
2 parents dafa50f + a96a3ea commit 0bb39c6

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CONTRIBUTORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
| @scruffian | @scruffian |
5252
| @alexandrebuffet | @alexandrebuffet |
5353
| @gpotter | @gpotter |
54-
| @michaelshowes | |
54+
| @michaelshowes | @mshowes |
5555
| @lefty55104 | @pbwebd |
5656
| @anphira | @anphira |
5757
| @rebekahmarkowitz | @rebekowitz |
@@ -124,3 +124,4 @@
124124
| @SavPhill | @phillsav |
125125
| @cybeardjm | @didierjm |
126126
| @fabiorubioglio | @fabiorubioglio |
127+
| @KevinTaron | @ktaron |

patterns/page-home-blogging.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<!-- wp:column {"width":"60%"} -->
2424
<div class="wp-block-column" style="flex-basis:60%">
25-
<!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} -->
25+
<!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true}} -->
2626
<div class="wp-block-query">
2727
<!-- wp:post-template -->
2828
<!-- wp:group {"tagName":"article","layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->

patterns/template-home-business.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Title: Business home template
44
* Slug: twentytwentyfour/template-home-business
5-
* Template Types: front-page, index, home
5+
* Template Types: front-page, home
66
* Viewport width: 1400
77
* Inserter: no
88
*/

patterns/template-home-portfolio.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Title: Portfolio home template with post featured images
44
* Slug: twentytwentyfour/template-home-portfolio
5-
* Template Types: front-page, index, home
5+
* Template Types: front-page, home
66
* Viewport width: 1400
77
* Inserter: no
88
*/

0 commit comments

Comments
 (0)