diff --git a/parts/comments.html b/parts/comments.html index da4b47f..e7663f0 100644 --- a/parts/comments.html +++ b/parts/comments.html @@ -1,5 +1,5 @@ - -
+ +
diff --git a/parts/post-meta.html b/parts/post-meta.html new file mode 100644 index 0000000..de968be --- /dev/null +++ b/parts/post-meta.html @@ -0,0 +1 @@ + diff --git a/patterns/post-meta.php b/patterns/post-meta.php new file mode 100644 index 0000000..d1703a9 --- /dev/null +++ b/patterns/post-meta.php @@ -0,0 +1,46 @@ + + +
+ +
+ + + +
+ +
+ +
+

+

+
+ + +
+

+ +
+ +
+ + +
+ +
+

+
+ +
+ +
+ +
+ diff --git a/templates/page.html b/templates/page.html index bf6dee0..a4b159d 100644 --- a/templates/page.html +++ b/templates/page.html @@ -4,24 +4,12 @@
-
- - - - - - - - - - -
diff --git a/templates/single.html b/templates/single.html index 934e9ec..f0727a2 100644 --- a/templates/single.html +++ b/templates/single.html @@ -4,57 +4,13 @@
-
- - -
- -
- - - -
- -
- -
-

Posted

-

in

-
- - -
-

by

- -
- -
- - -
- -
-

Tags:

-
- -
- -
- -
- - - - - - + -
diff --git a/templates/with-cover-block.html b/templates/with-cover-block.html new file mode 100644 index 0000000..e12d693 --- /dev/null +++ b/templates/with-cover-block.html @@ -0,0 +1,19 @@ + + + +
+ +
+ +
+ +
+ + + + + +
+ + + diff --git a/templates/with-featured-image.html b/templates/with-featured-image.html new file mode 100644 index 0000000..7d669a9 --- /dev/null +++ b/templates/with-featured-image.html @@ -0,0 +1,18 @@ + + + +
+ +
+ + +
+ + + + + +
+ + + diff --git a/theme.json b/theme.json index eec30b8..7f0cdb9 100644 --- a/theme.json +++ b/theme.json @@ -23,6 +23,22 @@ "page" ], "title": "404" + }, + { + "name": "with-featured-image", + "postTypes": [ + "page", + "post" + ], + "title": "With Featured Image" + }, + { + "name": "with-cover-block", + "postTypes": [ + "page", + "post" + ], + "title": "With Cover Block" } ], "settings": { @@ -676,6 +692,11 @@ "area": "uncategorized", "name": "comments", "title": "Comments" + }, + { + "area": "uncategorized", + "name": "post-meta", + "title": "Post Meta" } ] }