Sorry but the correct answer is yes <span></span><a href="https://make.wordpress.org/themes/handbook/guidelines/template-tags-and-hooks/#including-stylesheets-and-scripts">https://make.wordpress.org/themes/handbook/guidelines/template-tags-and-hooks/#including-stylesheets-and-scripts</a><br><br>On Tuesday, September 30, 2014, Michael Hebenstreit <<a href="mailto:michael@mhthemes.com">michael@mhthemes.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
no, you should enqueue stylesheets like this: <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_style" target="_blank">http://codex.wordpress.org/Function_Reference/wp_enqueue_style</a><br>
<br>
Cheers,<br>
Michael<br>
<br>
<br>
Am 30.09.2014 um 07:39 schrieb mudthemes support <<a href="javascript:;" onclick="_e(event, 'cvml', 'contact@mudthemes.com')">contact@mudthemes.com</a>>:<br>
<br>
> I have created a theme and have put stylesheet (style.css) into the <head> section of header.php using the following code:<br>
><br>
> <link rel="stylesheet" href="<?php echo get_stylesheet_uri() ?>" type="text/css" media="all" /><br>
> <?php wp_head(); ?><br>
> </head><br>
><br>
> The question is that whether this is prohibited or is it okay?<br>
> _______________________________________________<br>
> theme-reviewers mailing list<br>
> <a href="javascript:;" onclick="_e(event, 'cvml', 'theme-reviewers@lists.wordpress.org')">theme-reviewers@lists.wordpress.org</a><br>
> <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br>
_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'theme-reviewers@lists.wordpress.org')">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</blockquote>