Forums
(@gmiddleb)
15 years, 11 months ago
You could just call your theme’s stylesheet after the plug-in is loaded.
In your header.php, move the <link> tag that loads your theme’s stylesheet to after the wp_head(); tag.
<link>
wp_head();