This post has no content besides the fact that it is 12:58am on Monday, August 21st, 2006, and that I am restless. Not good or bad, just that it’s almost 1AM and my mind is still blazing. Carry on 🙂 *comments disabled to deter spammers*
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' ); ?>