Hi,
the plugin calls the stylesheet on every page , even on pages where I am not showing any forecasts.
wp-content/plugins/wp-forecast/wp-forecast-default.css
I would like to include the style into my main theme css, and get rid of the wp-forecast-default.css call on every page to reduce the number of stylesheet callups ( e.g. IE limit for CSS stylesheets is 32).
Where can I prevent the plugin from inserting a wp-forecast-default.css call on every page ?
Would be great if anybody could help.