bhsfastpitch
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Child theme can't override PatagoniaDing! 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.
Forum: Themes and Templates
In reply to: Child theme can't override PatagoniaChip, 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-themeThis 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