×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Joseph Riviello
Added: Oct 27, 2014 6:47 PM
Views: 1832
  1. /**
  2.  * Remove Genesis child theme style sheet
  3.  * @uses  genesis_meta  <genesis/lib/css/load-styles.php>
  4. */
  5. remove_action( 'genesis_meta', 'genesis_load_stylesheet' );
  6.  
  7. /**
  8.  * Enqueue Genesis child theme style sheet at higher priority
  9.  * @uses wp_enqueue_scripts <http://codex.wordpress.org/Function_Reference/wp_enqueue_style>
  10.  */
  11. add_action( 'wp_enqueue_scripts', 'genesis_enqueue_main_stylesheet', 15 );