• Resolved jaypabs

    (@jaypabs)


    I have several sites and wondering why on some of my sites, the following option cannot be seen under Page cache:

    Cache posts page
    For many blogs this is your most visited page, it is recommended that you cache it.

    I have already disabled all other plugin except W3TC without luck. I also change the theme to twenty twelve.

    Any idea what’s going on?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @jaypabs

    Thank you for reaching out and I am happy to assist you with this.
    D you have the option ” Cache front page” in Performance>Page Cache which has the same description?
    Thanks!

    Thread Starter jaypabs

    (@jaypabs)

    In the other site, it displays these:

    Cache posts page
    For many blogs this is your most visited page, it is recommended that you cache it.
    
     Don't cache front page
    By default the front page is cached when using static front page in reading settings.

    In other site it display only:

    Cache front page
    For many blogs this is your most visited page, it is recommended that you cache it.

    Just wondering why W3TC has different UI when I have the same settings on two sites.

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @jaypabs

    This is the same thing.
    The label depends on settings what is shown on homepage
    get_option( 'show_on_front' ) == 'posts' ? __( 'Cache front page', 'w3-total-cache' ): __( 'Cache posts page', 'w3-total-cache' ),
    Thanks!

    12:58
    its the same`

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

The topic ‘Cache posts page missing’ is closed to new replies.