<?php add_action('wp_head','load_parent_style',0);function load_parent_style(){wp_register_style('parent-theme',get_bloginfo('template_directory').'/style.css');wp_enqueue_style('parent-theme')}?>