wp-css folder to the /wp-content/plugins/ directory/wp-css/ folder to 777<?php wp_css('path/to/css/file.css'); ?> to link to other css filesi.e. <link rel="stylesheet" href="<?php wp_css('path/to/css/file.css'); ?>" type="text/css" media="screen" />




