Custom WordPress Maintenance Note

January 29, 2012 by · Leave a Comment
Filed under: How-To 

Recently, I moved my blog to another hosting plan. And to make sure that no changes was made during the migration process, I set a maintenance notice. Hence, visitors got nothing when they visit my blog. So no more comments being left from the database backup.

Well, the process was plain simple, with plain result. But then I learnt a way to make the notice sounds more like an “apology”. A simple custom page, to show your personalized message to your visitor. This way, people will know that there is nothing wrong with your blog, and that you simply undergoing a process.

In terms of , this approach is also a good way to keep your index alive.

Read more

WordPress Maintenace Notice

October 22, 2009 by · 1 Comment
Filed under: How-To 

When you work on your blog, for example modify the theme or back-up your database, would you prefer to suspend the blog while you perform the task? Or do you prefer to act careless and let others see that uncompleted job of yours?

I’d prefer to suspend the blog. Why? Because it’s a nuisance for me, when I’m backing-up my database, somebody posted a comment, which will absolutely be left out from my database back-up. So I think giving a notice to visitors that the blog is under , and really suspend the blog from outer-side interaction, is a good step.

These following steps will suspend the wordpress blog, by showing a notice on every requested permalink. Its so simple, no plugins required. And it is much better instead of only putting a single emptied index.php file in your blog folder (because when people access the permalink, the content will still be available).

And here is how to do it..