Return to Snippet

Revision: 14495
at June 5, 2009 13:16 by andrewkhunn


Initial Code
<link rel="stylesheet" href="<?php $theme_data = get_theme_data(TEMPLATEPATH . '/style.css'); bloginfo('stylesheet_url'); echo '?' . $theme_data['Version']; ?>" type="text/css" media="screen, projection" />

Initial URL
http://www.wprecipes.com/prevent-wordpress-stylesheet-from-being-cached/comment-page-1#comment-12047

Initial Description


Initial Title
Prevent WordPress Stylesheet from Being Cached

Initial Tags
php, wordpress, cache

Initial Language
PHP