This repository was archived by the owner on Jan 26, 2022. It is now read-only.
This repository was archived by the owner on Jan 26, 2022. It is now read-only.
Query Patterns: Followup Fixes #90
Closed
Description
Following up from #84, there are a few query patterns that require followup:
Default Posts
- There's no current way to enforce a responsive square shape for featured images. ([Post Featured Image]: Allow cropping and/or constraining to a certain ratio gutenberg#35524) Edit: Not coming for 5.9.
Simple Blog Posts
- The margin set on the post titles does not appear correct on the front-end. (Post Title Block: Custom margin applied to Headings does is not reflected in the front-end gutenberg#35522)
Image grid posts
- Post date is supposed to be stacked. This would be solved by the addition of a flex-wrap option. (Flex Layout: Allow control over flex-wrap gutenberg#35525)
- Post date can not be formatted into the "11.11.2021" format as originally designed. (More flexibility of date formats in Post Date block gutenberg#34762)
Large post titles
- Post date can not be formatted into the "Nov 11" format as originally designed. (More flexibility of date formats in Post Date block gutenberg#34762)
Irregular posts grid
- Since this requires use of multiple query blocks, it cannot include post pagination.
Activity