Skip to content
New issue

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

Susty child theme has broken #29

Open
billbennettnz opened this issue Jun 2, 2021 · 0 comments
Open

Susty child theme has broken #29

billbennettnz opened this issue Jun 2, 2021 · 0 comments

Comments

@billbennettnz
Copy link

billbennettnz commented Jun 2, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant