/** * * @package [Parent Theme] * @author gaviasthemes * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License * */ function potisen_child_scripts() { wp_enqueue_style( 'potisen-parent-style', get_template_directory_uri(). '/style.css'); wp_enqueue_style( 'potisen-child-style', get_stylesheet_uri()); } add_action( 'wp_enqueue_scripts', 'potisen_child_scripts', 9999 );