I have created a theme and have put stylesheet (style.css) into the <head> section of header.php using the following code: <link rel="stylesheet" href="<?php echo get_stylesheet_uri() ?>" type="text/css" media="all" /> <?php wp_head(); ?> </head> The question is that whether this is prohibited or is it okay?