• Hi

    I’m trying to make a child theme, but struggling with the functions part of it. In the wordpress codex it says to make a functions.php file and incude;

    <?php
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    
    }
    ?>

    However, it says if there is an ie.css as well as a style.css, this wont work, so what do I have to do differently please?

    Thanks

    Sally

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lovefamilyholidays

    (@lovefamilyholidays)

    If anyone could help with this, I’d really appreciate it. I’m not sure whether this forum us active? I’m also having an issue with removing the ‘powered by wordpress’ text at the bottom, I can’t find anywhere to delete it and add my own copyright text. Can anyone help please?

    Hi there. You have probably found your answer but, in my attempts as of late, to work with the best theme for my real estate business, I did come across a suggestion to use “One-Click Child Theme” plugin to create your very own child theme with minimal effort.

    Hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Making a child theme’ is closed to new replies.