Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 920bb6a

Browse files
authored
Merge pull request #85 from rtCamp/feat/add-theme-json-file
2 parents 1c10251 + 1f31c2d commit 920bb6a

File tree

3 files changed

+360
-32
lines changed

3 files changed

+360
-32
lines changed

inc/classes/class-blank-theme.php

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff 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
[

languages/blank-theme.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
33
msgid ""
44
msgstr ""
@@ -59,11 +59,11 @@ msgstr ""
5959
msgid "Skip to content"
6060
msgstr ""
6161

62-
#: ../header.php:46, ../inc/classes/class-blank-theme.php:121
62+
#: ../header.php:46, ../inc/classes/class-blank-theme.php:92
6363
msgid "Primary Menu"
6464
msgstr ""
6565

66-
#: ../inc/classes/class-blank-theme.php:140
66+
#: ../inc/classes/class-blank-theme.php:111
6767
msgid "Read More"
6868
msgstr ""
6969

0 commit comments

Comments
 (0)