Posts by Joao Lindoso • 1 point
1 post
-
-4
votes3
answers4398
viewsA: How to force load JS and CSS files with each new published version?
As I work with Wordpress I do so without the need to create a . JS: <link href="<?php bloginfo('stylesheet_url');?>?v=<?php echo time(); ?>" rel="stylesheet"> That’s the way out:…