• Resolved doubledworks

    (@doubledworks)


    Hey Lukas,

    I’m wondering if you employ this logic in the plugin. From what I can see you don’t (not in its entirety anyway) but maybe i’m wrong.

    I’m guessing you’re familiar with Yoast. They’re a smart bunch re SEO and their suggestion re site maintenance is a smart one which I thought I should run past you.

    Is this something you do/can include in the plugin ?

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Lukas Juhas

    (@lukasneptun)

    Hey there,

    Yeah this is currently implemented. The plugin uses wp_die() function in to which you can pass on HTTP code that you wish to use. In the plugin case I use 503 like this:

    wp_die($content, $title, array('response' => '503'));

    I hope that helps!

    Lukas

    Thread Starter doubledworks

    (@doubledworks)

    Okay

    Thanks for the clarification

    Cheers

    Plugin Author Lukas Juhas

    (@lukasneptun)

    Hey,

    Just to let you know, from 2.2 you can also set this to 200 by changing “mode” in advanced settings to “coming soon page”.

    Lukas

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Question / Suggestion’ is closed to new replies.