Tagged Questions
0
votes
2answers
298 views
problem loading stylesheets to wp_head dynamically
I'm trying to create a wrapper shortcut function to register and load stylesheets in the header. currently, the function loads this css file src:
http://my.test/wp-content/theme/css/.css
I, ...