Skip to content

Instantly share code, notes, and snippets.

@pdewouters
Created February 1, 2012 14:41
Show Gist options
  • Select an option

  • Save pdewouters/1717351 to your computer and use it in GitHub Desktop.

Select an option

Save pdewouters/1717351 to your computer and use it in GitHub Desktop.
Genesis add print styles
add_action('wp_enqueue_scripts','ago_load_print_styles');
function ago_load_print_styles(){
wp_enqueue_style('print-styles', get_stylesheet_directory_uri() . '/print.css',false,false,'print');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment