Compare commits
2 Commits
9e13af4ddb
...
2ef8c257ed
Author | SHA1 | Date | |
---|---|---|---|
2ef8c257ed | |||
292b43815d |
@ -1,4 +1,4 @@
|
||||
{
|
||||
"core": null,
|
||||
"theme": [ "." ]
|
||||
}
|
||||
"themes": [ "." ]
|
||||
}
|
||||
|
@ -4,5 +4,7 @@ add_action('init', 'custom_stylesheet');
|
||||
|
||||
function custom_stylesheet() {
|
||||
wp_register_style( 'custom-styles', get_template_directory_uri() . '/style.css' );
|
||||
wp_enqueue_style( 'custom-styles' );
|
||||
}
|
||||
wp_enqueue_style( 'custom-styles' );
|
||||
|
||||
add_action( 'wp_enqueue_scripts', 'custom_stylesheet' );
|
||||
|
Reference in New Issue
Block a user