How to remove link style.css from wp_head
-
My file header.php use <?php wp_head(); ?> to print link stylesheet:
<link rel=’stylesheet’ id=’twentytwelve-style-css’ href=’https://domain.com/wp-content/themes/twentytwelve/style.css?ver=3.7.1′ type=’text/css’ media=’all’ />
How to remove it ? I donnot want WP_HEAD echo link rel=’stylesheet’.
Thank you very much !
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to remove link style.css from wp_head’ is closed to new replies.