This commit is contained in:
parent
910889fb41
commit
0c7c22c54c
@ -1,8 +0,0 @@
|
||||
<?php
|
||||
|
||||
add_action('init', 'custom_stylesheet');
|
||||
|
||||
function custom_stylesheet() {
|
||||
wp_register_style( 'custom-styles', get_template_directory_uri() . '/style.css' );
|
||||
}
|
||||
wp_enqueue_style( 'custom-styles' );
|
Loading…
Reference in New Issue
Block a user