Cannot cache home page
-
Hi,
I’m trying to cache the home page of my website.
Other pages works great but not the home page.It seems that there is an odd detection about “front page” or “home page”.
`
page-caching-meta-box.php:53
<?php if ( ‘home’ === $page_type && $blog_is_frontpage ) : ?>
`
Because of
blog_is_frontpage
, the home page is not cached and I don’t understand why. As a workaround I editedwphb-cache.php
to addhome
and now my home page is cached.Any idea why you’re doing this?
Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Cannot cache home page’ is closed to new replies.