• I have added the following code to my functions.php file, but my theme is only being shown as blank:

    <?php
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . 'https://www.giftforgag.com/wp-content/themes/blaskan/style.css' );
    
    }
    ?>

    Is there something wrong with the code?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Functions.php file not working’ is closed to new replies.