File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,14 @@ function decode_setup() {
40
40
// Add default posts and comments RSS feed links to head.
41
41
add_theme_support ( 'automatic-feed-links ' );
42
42
43
+ /*
44
+ * Let WordPress manage the document title.
45
+ * By adding theme support, we declare that this theme does not use a
46
+ * hard-coded <title> tag in the document head, and expect WordPress to
47
+ * provide it for us.
48
+ */
49
+ add_theme_support ( 'title-tag ' );
50
+
43
51
// Set up the WordPress core custom header feature.
44
52
$ args = array (
45
53
'default-image ' => '' ,
@@ -94,14 +102,6 @@ function decode_setup() {
94
102
);
95
103
$ args = apply_filters ( 'decode_post_formats_args ' , $ args );
96
104
add_theme_support ( 'post-formats ' , $ args );
97
-
98
- /*
99
- * Let WordPress manage the document title.
100
- * By adding theme support, we declare that this theme does not use a
101
- * hard-coded <title> tag in the document head, and expect WordPress to
102
- * provide it for us.
103
- */
104
- add_theme_support ( 'title-tag ' );
105
105
}
106
106
endif ; // decode_setup
107
107
add_action ( 'after_setup_theme ' , 'decode_setup ' );
You can’t perform that action at this time.
0 commit comments