Title: [Plugin: SimpleSplash] simplespash
Last modified: August 19, 2016

---

# [Plugin: SimpleSplash] simplespash

 *  [Stephane](https://wordpress.org/support/users/passimal/)
 * (@passimal)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-simplesplash-simplespash/)
 * Hello ,
 * Is it possible to use “the meta refresh” like this :
 *     ```
       <head>
       ...
       .....
       <meta HTTP-EQUIV="Refresh" CONTENT="3;URL=<?php bloginfo('home'); ?>/">
       ..
       </head>
       ```
   
 * After 3 seconds , the same page come back
    Can someone help me ?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Gabriel Reguly](https://wordpress.org/support/users/gabriel-reguly/)
 * (@gabriel-reguly)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-simplesplash-simplespash/#post-1934642)
 * Hi,
 * Which theme are you using?
 *  Thread Starter [Stephane](https://wordpress.org/support/users/passimal/)
 * (@passimal)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-simplesplash-simplespash/#post-1934646)
 * Hello,
    I test Simple Splash in test site … and a personal theme I modified the
   header.php … I dont want to click enter to go to my web site So if I use the 
   Meta refresh with temporisation of 3 seconds …
 * But I think it ‘s no possible due to referer ….
 * ( my web site for test is here : [http://www.bealcost.com/sitetest/](http://www.bealcost.com/sitetest/))
 * Best regards …
 *  [Gabriel Reguly](https://wordpress.org/support/users/gabriel-reguly/)
 * (@gabriel-reguly)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-simplesplash-simplespash/#post-1934670)
 * Hi passimal,
 * The trouble is that you are redirecting to the home page, the plugin will catch
   your redirect and once more show you the ‘splash.php’ page.
 * You should redirect to another page, not the home page.
 * Why not create a ‘redirect-home.php’ page?
 *     ```
       <?php
       header('location:http://www.bealcost.com/sitetest/');
       ?>
       ```
   
 * Just add the above code to it, and it should work.
 * Pay attention to have no empty lines before the code, else it will not work.
 * Regards,
    Gabriel

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: SimpleSplash] simplespash’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simplesplash.svg)
 * [SimpleSplash](https://wordpress.org/plugins/simplesplash/)
 * [Support Threads](https://wordpress.org/support/plugin/simplesplash/)
 * [Active Topics](https://wordpress.org/support/plugin/simplesplash/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simplesplash/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simplesplash/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Gabriel Reguly](https://wordpress.org/support/users/gabriel-reguly/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-simplesplash-simplespash/#post-1934670)
 * Status: not resolved