[theme-reviewers] How to Implement CSS Dependant on User Input?

Rohit Tripathi rohitink at live.com
Sun Sep 15 06:05:26 UTC 2013


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.
So, What is the Suitable way to implement this?
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. 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20130915/0b7f2d17/attachment.html>


More information about the theme-reviewers mailing list