Help with Maintenance Mode

by 8 replies
10
I am trying to use a plugin so that my wordpress site is in maintenance mode until I have finished adding content. So far haven't gotten one to work.

Has anyone had any experience with a good plugin that will do this?

Thanks
#website design #maintenance #mode
  • I'd like to know that too!
    I'm going to be building a new WP site next week and I don't want it "live" until I've got a ton of content on it.

    Peggy
    • [1] reply
  • Nice Find.

    There also a plug-in called Maintenance Mode. It's good for when you just want to take your site down for a little while. You can customize the message.
  • Maintenance Mode is good. You can keep using it whenever you update your site.
    • [1] reply
    • I tried Maintenance Mode and could not get it to work unfortunately!
      • [2] replies
  • A non-plugin 'dirty' solution would be just to temporarily rename the main WordPress index.php, and create a new one with some basic HTML that says "maintenance mode" or whatever you'd like.

    The reason this works is because all of WordPress 'flows' through that file, so even if you tried to get to a page or a post, you'd get an error. May not be tidy, but it works.

    To clean it up a bit more, you could also create a general redirect (302, not 301) that pushes everything to the temporary index.php page.

Next Topics on Trending Feed

  • 10

    I am trying to use a plugin so that my wordpress site is in maintenance mode until I have finished adding content. So far haven't gotten one to work. Has anyone had any experience with a good plugin that will do this?