latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: scott devine

Sorry, I've not written a description yet. I'll get to it soon!


Topics I'm Subscribed To

Viewing topic 1 (of 1 total)
Topic Count Last Reply
QuickCache – Exclude homepage

By:  scott devine in: Community Forum

voices: 2
replies: 6

4 years, 2 months ago  scott devine

Viewing topic 1 (of 1 total)

Topics I've Started

Viewing topic 1 (of 1 total)
Topic Count Last Reply
QuickCache – Exclude homepage

By:  scott devine in: Community Forum

voices: 2
replies: 6

4 years, 2 months ago  scott devine

Viewing topic 1 (of 1 total)

My Latest Replies (From Various Topics)

Viewing 3 replies - 1 through 3 (of 3 total)
Author Replies
Author Replies
Posted: Thursday Oct 25th, 2012 at 4:12 am #29615

You’re most welcome, Sir! ;)
Hope this helps.

Posted: Tuesday Oct 23rd, 2012 at 4:57 pm #29453

Thanks, Raam,

I tried that –> no luck. So I put it earlier in the script, i.e. in wp_blog_header.php and with single quotes:

if ( !isset($wp_did_header) ) {
	$wp_did_header = true;
	require_once( dirname(__FILE__) . '/wp-load.php' );
	wp();
	require_once( ABSPATH . WPINC . '/template-loader.php' );
}

# Don't cache homepage
if(is_home()) { define('QUICK_CACHE_ALLOWED', false); }

Works a treat. Thanks again, Raaam.

Posted: Monday Oct 22nd, 2012 at 3:30 pm #29325

Hi Raam,

Thanks for your swift reply… but you’re over-estimating my skills.

I think I understand that it gives me the ability to write something along the lines of:

if is_home() { do_nothing();} or if !is_home() {do_your_stuff();}

… but that’s about it. No idea what and where to do it.

I don’t necessarily need an answer TODAY, but when you can find 5 mns to have a look at it and give me the piece of code to copy & paste, you’re most welcome! ;)

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

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.