-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #27 - restructure home.html to use a simplified home-query.html…
… that uses metadates.html, and metadates.html to use [bw_field]
- Loading branch information
1 parent
05ac22e
commit 18a970b
Showing
4 changed files
with
21 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,28 @@ | ||
<!-- wp:group {"className":"posts"} --> | ||
<div class="wp-block-group posts"><div class="wp-block-group__inner-container"><!-- wp:columns --> | ||
<div class="wp-block-columns"><!-- wp:column {"width":"100%"} --> | ||
<div class="wp-block-column" style="flex-basis:100%"><!-- wp:query-loop --> | ||
|
||
<!-- wp:query-loop --> | ||
<!-- wp:group --> | ||
<div class="wp-block-group"><div class="wp-block-group__inner-container"><!-- wp:post-title /--> | ||
<div class="wp-block-group"><div class="wp-block-group__inner-container"> | ||
<!-- wp:post-title { "isLink": true } /--> | ||
|
||
<!-- wp:post-featured-image {"isLink":true} /--> | ||
|
||
<!-- wp:post-excerpt {"moreText":""} /--> | ||
|
||
<!-- wp:columns --> | ||
<div class="wp-block-columns"><!-- wp:column {"width":"33.33%"} --> | ||
<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:paragraph --> | ||
<p>Published:</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph --> | ||
<p>Last updated:</p> | ||
<!-- /wp:paragraph --> | ||
<!-- wp:post-excerpt {"moreText":"more"} /--> | ||
|
||
<!-- wp:paragraph --> | ||
<p>Filed Under:</p> | ||
<!-- /wp:paragraph --></div> | ||
<!-- /wp:column --> | ||
<!-- wp:post-hierarchical-terms {"term":"category"} /--> | ||
|
||
<!-- wp:column {"width":"66.66%"} --> | ||
<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:post-date {"format":"F j, Y"} /--> | ||
|
||
<!-- wp:shortcode --> | ||
[bw_fields post_modified] | ||
<!-- /wp:shortcode --> | ||
|
||
<!-- wp:post-hierarchical-terms {"term":"category"} /--></div> | ||
<!-- /wp:column --></div> | ||
<!-- /wp:columns --></div></div> | ||
</div></div> | ||
<!-- /wp:group --> | ||
<!-- wp:template-part { "slug": "metadates", "theme":"fizzie" } /--> | ||
|
||
<!-- wp:spacer {"height":39} --> | ||
|
||
<!-- wp:spacer {"height":39} --> | ||
<div style="height:39px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
<!-- /wp:query-loop --></div> | ||
<!-- /wp:column --></div> | ||
<!-- /wp:columns --> | ||
<!-- wp:query-pagination /--> | ||
</div></div> | ||
<!-- /wp:group --> | ||
<!-- /wp:query-loop --> | ||
|
||
|
||
<!-- wp:query-pagination /--> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<p>Published: [bw_fields post_date] | Last updated: [bw_fields post_modified] [post-edit]</p> | ||
<p>Published: [bw_field post_date] | Last updated: [bw_field post_modified] [post-edit]</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters