My grandfather, who is stricken with Alzheimer’s Disease, is like a little kid without the energy. He is not the grandfather I know; It is past heart-wrenching to spend time with him.
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array('parent-style') ); } add_filter( 'twentyeleven_color_schemes', 'twentyeleven_color_schemes_orange' ); add_action( 'twentyeleven_enqueue_color_scheme', 'twentyeleven_enqueue_color_scheme_orange' ); ?>