mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-14 14:25:45 +03:00
Templates: Add archive template for pledge list
This also uses the pledge list display for search results, which may need to be updated once case studies are full posts. Until then, the search results only returns pledges.
This commit is contained in:
parent
16bbfbd817
commit
906a87588c
3 changed files with 123 additions and 0 deletions
11
themes/wporg-5ftf-2024/templates/archive-5ftf_pledge.html
Normal file
11
themes/wporg-5ftf-2024/templates/archive-5ftf_pledge.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!-- wp:template-part {"slug":"header","className":"has-display-contents"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"right":"var:preset|spacing|edge-space","left":"var:preset|spacing|edge-space"},"blockGap":"var:preset|spacing|40"}},"layout":{"type":"constrained"}} -->
|
||||
<main class="wp-block-group" style="padding-right:var(--wp--preset--spacing--edge-space);padding-left:var(--wp--preset--spacing--edge-space)">
|
||||
|
||||
<!-- wp:pattern {"slug":"wporg-5ftf-2024/archive-5ftf-pledge"} /-->
|
||||
|
||||
</main>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer"} /-->
|
Loading…
Add table
Add a link
Reference in a new issue