Skip to content

Susty child theme has broken #29

@billbennettnz

Description

@billbennettnz

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions