Theme Files
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
function my_block_theme_setup() {
|
||||
add_theme_support( 'block-templates' );
|
||||
}
|
||||
add_action( 'after_setup_theme', 'my_block_theme_setup' );
|
||||
|
||||
Reference in New Issue
Block a user