Stylesheet parameter is blocking stylesheet changes

After making edits in my purchased theme’s css file, changes would not appear after refreshing the page. After trying lots of tricks and things that didn’t work, I noticed the following in my page’s code:

<link rel='stylesheet' id='app-css'  href='http://www.mydomain.com/wp-content/themes/mytheme/assets/css/app.css?ver=3.9.1' type='text/css' media='all' />

Supposedly WordPress is putting the “?ver=3.9.1” parameter behind the stylesheet url. When checking out the url with the parameter I could see the old stylesheet without my changes. When I removed the parameter I could see the correct stylesheet with my changes.

Read More

How can I have my site query the stylesheet url without that parameter? I’m also not sure why WordPress is doing this.

Related posts

Leave a Reply

3 comments