8

My website has 6 to 8 plugins installed and I am interested in knowing if there is a way to combine all css files from these plugins into one or two files

Thanks

niceoneishere
  • 343
  • 2
  • 10
  • 25

1 Answers1

3

This may help you Combine and Minify Multiple CSS / JS Files or this Are there any tools for merging CSS? By the way I found this : http://wordpress.org/plugins/wp-minify/

How Does it Work?

WP Minify grabs JS/CSS files in your generated WordPress page and passes that list to the Minify engine. The Minify engine then returns a consolidated, minified, and compressed script or style for WP Minify to reference in the WordPress header.

Community
  • 1
  • 1
maazza
  • 7,016
  • 15
  • 63
  • 96
  • 2
    THe suggested plugin doesn't seem to work at all. Just tested. – Andrea Moro Jun 07 '14 at 19:47
  • The issue is that old plugins may not be using the proper way of including css/js. Looks like no merge/minify-plugin works without wp_enqueue. You might need to update these plugins, see here: http://4coder.info/en/blog/2010/how-to-properly-add-css-in-wordpress/ – Manuel Arwed Schmidt Dec 28 '14 at 01:58