• WP: 3.3
    WPSC: 1.0

    Under the condition that a template calls a secondary header ie. wp_header('category'); for header-category.php, it fails and will not load the header. Super Cache must be running in .htaccess mode (not legacy or php caching) for this bug to occur.

    Under most installs, people use a header for their home page or category pages and use another for their regular pages, but it seems that Super Cache is not allowing this to happen or does not recognize that wp_header($value) is a valid function.

    http://wordpress.org/extend/plugins/wp-super-cache/

Viewing 1 replies (of 1 total)
  • That’s not a bug, it’s a symptom of how the plugin works. No extra headers are served when using mod rewrite rules. I don’t think this is a common thing for people to do, but there’s no way of fixing it other than using legacy caching.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP Super Cache] [BUG] Headers not being included’ is closed to new replies.