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

0

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

2 Comments

THe suggested plugin doesn't seem to work at all. Just tested.
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: 4coder.info/en/blog/2010/how-to-properly-add-css-in-wordpress

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.