If you want to do some maintenance on your WordPress blog, and you want to let your visitors know that your blog is down for maintenance, then you have 2 methods to do that.
The first method is that you can adds a splash page to your blog that lets visitors know your blog is down for maintenance by using Maintenance Mode WordPress plugin, this method is easy for WordPress beginner.
Another method is quite simply for advance WordPress users, just copy and paste the following code to functions.php will do. Don’t forget to remove the code once you are done with maintenance.
function wpr_maintenance_mode() {
if ( !current_user_can( 'edit_themes' ) || !is_user_logged_in() ) {
wp_die('Maintenance, please come back soon.');
}
}
add_action('get_header', 'wpr_maintenance_mode');
/images/logo.png)

/images/featured.png)
/images/recentposts.gif)
/images/ico-rss.gif)
/images/cat.png)