This repository was archived by the owner on Jan 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +360
-32
lines changed
Expand file tree Collapse file tree 3 files changed +360
-32
lines changed Original file line number Diff line number Diff line change @@ -62,36 +62,8 @@ public function setup_theme() {
6262
6363 add_theme_support ( 'automatic-feed-links ' );
6464 add_theme_support ( 'title-tag ' );
65- add_theme_support ( 'post-thumbnails ' );
66- add_theme_support ( 'customize-selective-refresh-widgets ' );
6765 add_theme_support ( 'jetpack-responsive-videos ' );
6866
69- add_theme_support (
70- 'html5 ' ,
71- [
72- 'search-form ' ,
73- 'comment-form ' ,
74- 'comment-list ' ,
75- 'gallery ' ,
76- 'caption ' ,
77- ]
78- );
79-
80- add_theme_support (
81- 'post-formats ' ,
82- [
83- 'aside ' ,
84- 'image ' ,
85- 'video ' ,
86- 'quote ' ,
87- 'link ' ,
88- 'gallery ' ,
89- 'status ' ,
90- 'audio ' ,
91- 'chat ' ,
92- ]
93- );
94-
9567 add_theme_support (
9668 'custom-background ' ,
9769 [
@@ -114,7 +86,6 @@ public function setup_theme() {
11486
11587 // Gutenberg theme support.
11688 add_theme_support ( 'wp-block-styles ' );
117- add_theme_support ( 'align-wide ' );
11889
11990 register_nav_menus (
12091 [
Original file line number Diff line number Diff line change 1- # Copyright (C) 2021 Blank Theme
1+ # Copyright (C) 2022 Blank Theme
22# This file is distributed under the same license as the Blank Theme package.
33msgid ""
44msgstr ""
@@ -59,11 +59,11 @@ msgstr ""
5959msgid "Skip to content"
6060msgstr ""
6161
62- #: ../header.php:46 , ../inc/classes/class-blank-theme.php:121
62+ #: ../header.php:46 , ../inc/classes/class-blank-theme.php:92
6363msgid "Primary Menu"
6464msgstr ""
6565
66- #: ../inc/classes/class-blank-theme.php:140
66+ #: ../inc/classes/class-blank-theme.php:111
6767msgid "Read More"
6868msgstr ""
6969
You can’t perform that action at this time.
0 commit comments