<?php
function load_styles(){
wp_enqueue_style('main_style', get_stylesheet_uri());
wp_enqueue_style('reset_style', get_template_directory_uri().'/css/reset.css', array(), '1.0', 'all');
}
add_action('wp_enqueue_scripts', 'load_styles');
?>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.