Title: css concatenation
Last modified: August 20, 2016

---

# css concatenation

 *  [nitm](https://wordpress.org/support/users/nitm/)
 * (@nitm)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/css-concatenation/)
 * Hey.
 * In my wordpress site I have this lines in my header.php:
 *     ```
       <link rel="stylesheet" type="text/css" media="all" href="TEMPLATE_DIRECTORY_URI/css/style.css" />
       <link rel="stylesheet" type="text/css" media="all" href="TEMPLATE_DIRECTORY_URI/css/layout.css" />
       <link rel="stylesheet" type="text/css" media="all" href="TEMPLATE_DIRECTORY_URI/css/header.css" />
       ```
   
 * But when the page is shown for some reason all of those style files are being
   concatenated and this is the code:
 *     ```
       <link rel="stylesheet" type="text/css" media="all" href="TEMPLATE_DIRECTORY_URI/css/W.style.css+layout.css+header.css,Mcc.UlbA3qhyyg.css.pagespeed.cf.MnaoV_3g8P.css"/>
       ```
   
 * I’m not using any minification plugin and so I have no idea where and why this
   happens.
 * I have nothing against this of course, but I would like to know how to reset 
   the content of the concatenated result.
    It’s not an actual file but something
   that is being created on request.
 * Any ideas?
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/css-concatenation/#post-2914982)
 * Have you tried:
 * – deactivating **all** plugins to see if this resolves the problem. If this works,
   re-activate the plugins one by one until you find the problematic plugin(s).
 * – switching to the Twenty Eleven theme to rule out any theme-specific problems.
 * – [resetting the plugins folder](http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F)
   by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause
   problems.
 *  Thread Starter [nitm](https://wordpress.org/support/users/nitm/)
 * (@nitm)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/css-concatenation/#post-2915160)
 * So you think it’s a plugin issue?
    It’s not something that wordpress does in 
   it’s core?
 * I will try what you recommended.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘css concatenation’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [nitm](https://wordpress.org/support/users/nitm/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/css-concatenation/#post-2915160)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
