Skip to content

Instantly share code, notes, and snippets.

@orklann
Created September 20, 2013 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orklann/6632171 to your computer and use it in GitHub Desktop.
Save orklann/6632171 to your computer and use it in GitHub Desktop.
Wordpress: Cache issue

Comment out this line in /Library/bones.php

add_filter( 'style_loader_src', 'bones_remove_wp_ver_css_js', 9999 );

change the main style.css import statement to this

 wp_enqueue_style( 'main-bones-css', get_stylesheet_directory_uri() . '/style.css', NULL, Time() );

For more information, check this post

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment