How to make a theme child-theme compatible?
-
I have just started with WordPress and I have a theme I would like to use. However, this theme is not child-theme compatible.
I have found that in header.php the theme uses
href="<?php bloginfo('template_directory'); ?>/style.css"
for the link href where it should probably be using
href="<?php bloginfo( 'stylesheet_url' ); ?>"
for the link href (since that is how the twentyeleven theme does it).
My question is does anyone know of anything else that I may need to look at in regards to this theme?
Thanks,
Jason
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to make a theme child-theme compatible?’ is closed to new replies.