<div dir="ltr">You are allowed to output css code. Create a function and hook it to wp_head.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Sep 15, 2013 at 11:35 AM, Rohit Tripathi <span dir="ltr"><<a href="mailto:rohitink@live.com" target="_blank">rohitink@live.com</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">Most themes implement a functionality, where users are allowed to select link colors, and other features, etc for their themes. But, WordPress requires all stylesheets to be enqueued, and I assume we can not pass .php files in the wp_enqueue_style(); function.<div>
<br></div><div>So, What is the Suitable way to implement this?</div><div><br></div><div>One way would be to create multiple stylesheets, and load the one user has selected. But, what if I want to implement a feature, where user can provide the hex value for the link color. What to do then? I can not write <?php get_option('link_color') ?> in the .css files. I will be forced to hardcode it somewhere in the theme.</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>