-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement design for All Posts archive #22
Milestone
Comments
21 tasks
Merged
Because the functionality to "Load More Posts" at the bottom of the screen is from Jetpack’s Infinite Scroll module, an alternative would be to have “Older Posts” / “Newer Posts”, as exemplified here. In pages with a center-aligned listing, the pagination would be centered: In pages with a different alignment, the pagination would be left-aligned, according to the page's grid: |
coreymckrill
added a commit
that referenced
this issue
Sep 28, 2021
Adds the index.html template, along with accompanying template parts and styles. This gets close to matching the All Posts mockup page in the design, but a few things have been omitted: * The "brush stroke" edge at the bottom of the "All Posts" header. This will be added in when #32 is addressed. * The "Load More Posts" link has been replaced with query pagination. * The "Subscribe to WordPress News" box has been left out of the footer, because block templates do not support rendering shortcodes, which is currently the only way to render Jetpack's subscription form. * Some of the podcast player icons in the WP Briefing footer box are generic links because the Social Icons block does not currently support all the necessary brands/services. Fixes #22
iandunn
added a commit
that referenced
this issue
Nov 10, 2021
It appears in the mockup, and it seems wrong to hide it based on device. Similar to #46. Aside: See #22 (comment) for an adjustment to the pagination that doesn't appear in the mockup, but is treated as final.
iandunn
added a commit
that referenced
this issue
Nov 10, 2021
It appears in the mockup, and it seems wrong to hide it based on device. Similar to #46. Aside: See #22 (comment) for an adjustment to the pagination that doesn't appear in the mockup, but is treated as final.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: