Hello !
Please, I am facing the same trouble.
Have we to replace the words ‘parent’ by our ‘parent-theme-name’ in the code portion which is on the Codex and that Tara shared a few days ago ?
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_parent_theme_style' );
function enqueue_parent_theme_style() {
wp_enqueue_style( 'parent-style', get_template_directory_uri().'../twentyeleven/style.css' );
}
if yes, where exactly ?
thanks in advance