CSS changes don't update
-
Hi
I added<style type="text/css" media="screen"> @import url( <?php bloginfo('stylesheet_url'); ?>?<?php echo time(); ?> ); </style>
in the header but it didn’t work.
I tried this one too but it didn’t work
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); echo '?' . filemtime( get_stylesheet_directory() . '/style.css'); ?>" type="text/css" media="screen, projection" />.
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CSS changes don't update’ is closed to new replies.