Put things in folders and stuff
This commit is contained in:
6
admin/actions/after-theme-setup.php
Normal file
6
admin/actions/after-theme-setup.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
function sp_after_theme_setup() {
|
||||
add_theme_support( 'post-thumbnails' );
|
||||
}
|
||||
add_action( 'after_theme_setup', 'sp_after_theme_setup' );
|
||||
?>
|
||||
Reference in New Issue
Block a user