Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #567 from WordPress/update/photo-single-posts
Browse files Browse the repository at this point in the history
Photo single post: Update post content settings

Co-authored-by: carolinan <[email protected]>
Co-authored-by: juanfra <[email protected]>
Co-authored-by: beafialho <[email protected]>
  • Loading branch information
4 people authored Oct 15, 2024
2 parents a8bc898 + df0c9eb commit 2218cee
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions patterns/template-single-photo-blog.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,9 @@
<!-- wp:post-featured-image {"aspectRatio":"auto","align":"wide"} /-->
</div>
<!-- /wp:group -->
<!-- wp:columns {"align":"wide"} -->
<div class="wp-block-columns alignwide">
<!-- wp:column {"width":"66.66%"} -->
<div class="wp-block-column" style="flex-basis:66.66%">
<!-- wp:post-content {"align":"full","layout":{"type":"default"}} /-->
</div>
<!-- /wp:column -->
<!-- wp:column {"width":"33.33%"} -->
<div class="wp-block-column" style="flex-basis:33.33%"></div>
<!-- /wp:column -->
</div>
<!-- /wp:columns -->

<!-- wp:post-content {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} /-->

<!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-group alignwide">
<!-- wp:pattern {"slug":"twentytwentyfive/comments"} /-->
Expand Down

0 comments on commit 2218cee

Please sign in to comment.