diff --git a/templates/page-no-title.html b/templates/page-no-title.html new file mode 100644 index 0000000..19b3450 --- /dev/null +++ b/templates/page-no-title.html @@ -0,0 +1,13 @@ + +
+ +
+ + + + + +
+ +
+ \ No newline at end of file diff --git a/templates/page.html b/templates/page.html index 19b3450..97c21ac 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,13 +1,20 @@ - -
- -
- + - + +
+ + + - -
- + + + + + + +
- \ No newline at end of file + + + \ No newline at end of file diff --git a/theme.json b/theme.json index 08d6317..5bece0e 100644 --- a/theme.json +++ b/theme.json @@ -136,6 +136,13 @@ "fontFamily": "var(--wp--preset--font-family--lato)" } }, + "customTemplates": [ + { + "name": "page-no-title", + "postTypes": ["page"], + "title": "Page No Title" + } + ], "version": 2, "$schema": "https://schemas.wp.org/wp/6.5/theme.json" } \ No newline at end of file