I believe the use of get_template_part() is acceptable for including files in subdirectories.<div><br></div><div>However, CSS should *always* be enqueued and output via the wp_print_styles hook, rather than dumped directly into the template.</div>
<div><br></div><div>Chip<br><br><div class="gmail_quote">On Fri, Apr 22, 2011 at 11:34 AM, Curtis McHale <span dir="ltr">&lt;<a href="mailto:curtis@curtismchale.ca">curtis@curtismchale.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I&#39;m reviewing a theme and I&#39;ve found uses of get_template_part where I believe that locate_template is the proper item. Specifically the code below loads the custom stylesheet.<div><br></div><div><div>&lt;?php get_template_part(&#39;css/custom-css&#39;)?&gt;</div>


<div><br></div><div>It was my understanding that in this case we should use:</div><div><br></div><div>&lt;?php locate_template( array( &#39;/css/custom-css.css&#39; ), 1); ?&gt;</div><div><br></div><div>and that get_template part was to call a file in the same directory like loop-main.php. Is there established best practice and if so what is it? Is the use above an okay way to call a custom stylesheet in to the theme? If not what way is currently advised?</div>


<br>Curtis McHale<br>PH: 604.751.3482<br><a href="http://www.curtismchale.ca" target="_blank">http://www.curtismchale.ca</a><br>Linkedin: <a href="http://www.linkedin.com/in/curtismchale" target="_blank">http://www.linkedin.com/in/curtismchale</a><br>
Twitter: <a href="http://twitter.com/curtismchale" target="_blank">twitter.com/curtismchale</a><br>

<br>
</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>