Expand theme prefix and clean up file structure
This commit is contained in:
5
admin/actions/after-setup-theme.php
Normal file
5
admin/actions/after-setup-theme.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
function sportspress_after_setup_theme() {
|
||||
add_theme_support( 'post-thumbnails' );
|
||||
}
|
||||
add_action( 'after_setup_theme', 'sportspress_after_setup_theme' );
|
||||
Reference in New Issue
Block a user