add_action( 'wp_enqueue_scripts',array(&$this,'theme_styles'),99 );
如果某些插件在’wp_print_styles’上有钩子,那么你必须使用它,因为’wp_print_styles’将被写在’wp_enqueue_scripts’iirc之后.
而且,您可以完全控制您的主题,您还可以将您的样式直接包含在header.PHP中,如果操作的麻烦不值得时间…