Enabled wp super cache, but a cache page never shows up
(Source does not say Cached by WP Cache)
1 Answers
Best Answer
Comment out these two lines; it should work:
./public_html/wp-content/themes/jupiter/framework/functions/dynamic-styles.php:800: if ( !defined( 'DONOTCACHEPAGE' ) )
./public_html/wp-content/themes/jupiter/framework/functions/dynamic-styles.php:801: define( 'DONOTCACHEPAGE', true );
After the fix your page should show
<!-- Dynamic page generated in #### seconds. --> <!-- Cached page generated by WP-Super-Cache on [date time stamp] --> <!-- super cache -->