• Please help me reset this blog back to “Coming Soon.” Somehow it got to be published and I have ISSUES with the recent blog widget not allowing me to view the recent posts. Please help. Reset or delete the whole lot. Something is WRONG with this blog.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    A quick and temporary solution would be to add password protection to your website. This can be done through your hosting provider’s control panel. They can help you if you need it.

    Were you using a plugin for the coming soon page?

    If that “Coming Soon” was from the default index.html at your host, maybe just go to your .htaccess and turn it back on:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    #
    ## Select WordPress -or- 'Coming Soon'
    #RewriteRule . /index.php [L]
    #DirectoryIndex index.php index.html /index.php
    DirectoryIndex index.html index.php /index.html
    </IfModule>
    # END WordPress

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog should not be LIVE’ is closed to new replies.