We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having trouble with my Susty child theme. It has been working OK for some time, but now breaks. This could be down to changes with WordPress.
My child theme has an empty .css file and ONLY this in Functions.php
`<?php add_action( 'wp_enqueue_scripts', 'enqueue_child_theme_styles', PHP_INT_MAX);
function enqueue_child_theme_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' ); } ?>`
Any idea what is wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Having trouble with my Susty child theme. It has been working OK for some time, but now breaks. This could be down to changes with WordPress.
My child theme has an empty .css file and ONLY this in Functions.php
`<?php
add_action( 'wp_enqueue_scripts', 'enqueue_child_theme_styles', PHP_INT_MAX);
function enqueue_child_theme_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
}
?>`
Any idea what is wrong?
The text was updated successfully, but these errors were encountered: