<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">Make sure you have wp_head() in place.<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Oct 5, 2013 at 9:53 AM, Phillip Wells <span dir="ltr"><<a href="mailto:phillipwells@hotmail.co.nz" target="_blank">phillipwells@hotmail.co.nz</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">Woops i missed a comma but it still doesn't work though<div><br></div><div><div class="im"><div>function theme_name_styles() {</div><div><span style="white-space:pre-wrap">    </span>wp_enqueue_style( 'style-name',get_template_directory_uri() . '/css/dropdown.css' );</div>
<div>}</div><div><br></div><div>add_action( 'wp_enqueue_scripts', 'theme_name_styles' );</div><br></div><div><hr>From: <a href="mailto:phillipwells@hotmail.co.nz" target="_blank">phillipwells@hotmail.co.nz</a><br>
To: <a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>Date: Sat, 5 Oct 2013 17:22:02 +1300<br>Subject: [theme-reviewers] wp_enqueue_style<div><div class="h5"><br>
<br>


<div dir="ltr">I am currently developing a theme and i have: <div><br></div><div>function theme_name_styles() {<div><span style="white-space:pre-wrap">   </span>wp_enqueue_style( 'style-name',<span style="background-color:rgb(243,243,247);font-family:Consolas,Monaco,'Courier New',Courier,monospace;font-size:12px;line-height:1.3em;white-space:pre-wrap">get_template_directory_uri()</span><span style="background-color:rgb(243,243,247);font-family:Consolas,Monaco,'Courier New',Courier,monospace;font-size:12px;line-height:1.3em;white-space:pre-wrap"> . '/css/dropdown.css</span><span style="font-size:12pt"> );</span></div>
<div>}</div><div><br></div><div>add_action( 'wp_enqueue_scripts', 'theme_name_styles' );</div></div><div><br></div><div>but it is not working what am i doing wrong.</div><div><br></div><div><br></div>                                        </div>

<br></div></div>_______________________________________________
theme-reviewers mailing list
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a></div></div>                                     </div></div>
<br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto: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></blockquote></div><br></div>