Hi guys,
Having a little trouble getting my child theme to work. My website is http://flourished.com.au/wordpress/
As you can see from the source the currently linked style sheet is http://flourished.com.au/wordpress/wp-content/themes/twentyeleven/style.css
However the code in my header.php for linking the theme style sheet is <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'template_url' ); ?>/style.css" />
In my dashboard I've got my child theme selected dashboard but the output is still the stylesheet for twentyeleven?
My child theme has the following code in it: child theme code
Any help you could give would be greatly appreciated!