Forum Replies Created

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

    (@bhsfastpitch)

    Ding! Ding! We have a winner!

    Alchymyth, the parent theme had a header.php of:
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/style.css" type="text/css" media="screen" />

    I can take it from here. Thanks a lot for the help.

    Thread Starter bhsfastpitch

    (@bhsfastpitch)

    Chip, Dave,

    Thanks for the quick feedback, it is very much appreciated. I have tried both of your suggestions, but not having luck so far.

    I think my problem is more basic. If I just use a non-browser tool like wget to pull down the HTML (or observe what’s being downloaded via Firebug), I expect to see the link for CSS to be
    <link rel="stylesheet" href="https://bhsfastpitch.com/bhs/wp-content/themes/BHSFP-theme/style.css" type="text/css" media="screen" /> but instead I see
    <link rel="stylesheet" href="https://bhsfastpitch.com/bhs/wp-content/themes/patagonia/style.css" type="text/css" media="screen" />
    Notice the /themes/patagonia vs. /themes/BHSFP-theme

    This is odd to me, because the administration page for Themes -> Manage Theme says:

    Current Theme
    
    BHSFP-theme by Anonymous
    
    The template files are located in /themes/BHSFP-theme. The stylesheet files are located in /themes/BHSFP-theme. BHSFP-theme uses templates from Patagonia. Changes made to the templates will affect both themes.

    (Since last posting I added an empty /themes/BHSFP-theme/functions.php, which seems to add /themes/BHSFP-theme to the search path, but still I see no difference.)

    Anyway, I think I have to solve the problem of the style.css file being served up from the parent theme and not the child theme, no?

    -Steve

Viewing 2 replies - 1 through 2 (of 2 total)