jan_dembowski

Twenty Sixteen Child functions.php

Oct 26th, 2015
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. <?php
  2.  
  3. add_action( 'wp_enqueue_scripts', 'mh_twentysixteen_child_style' , 5 );
  4.  
  5. function mh_twentysixteen_child_style() {
  6.     wp_enqueue_style( 'twentysixteen-parent-style', get_template_directory_uri() . '/style.css' );
  7.         // wp_enqueue_style( 'twentysixteen-child-style', get_stylesheet_uri() );
  8. }
Advertisement
Add Comment
Please, Sign In to add comment