Title: forecoms's Replies | WordPress.org

---

# forecoms

  [  ](https://wordpress.org/support/users/forecoms/)

 *   [Profile](https://wordpress.org/support/users/forecoms/)
 *   [Topics Started](https://wordpress.org/support/users/forecoms/topics/)
 *   [Replies Created](https://wordpress.org/support/users/forecoms/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/forecoms/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/forecoms/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/forecoms/engagements/)
 *   [Favorites](https://wordpress.org/support/users/forecoms/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to set link to set as home page?](https://wordpress.org/support/topic/how-to-set-link-to-set-as-home-page/)
 *  [forecoms](https://wordpress.org/support/users/forecoms/)
 * (@forecoms)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/how-to-set-link-to-set-as-home-page/#post-1211139)
 * I have found this code very useful because I setup the sites in a subfolder of
   the root directory then when I am ready to make it public I make an index.htm(
   or index.html) file with the code below.
    Change the Welcome text and the URL
   including the page ID for the home page. I have left an example of a club site
   which is just about to go public to replace the current site.
 * This code sets the site up in a frame so it also hides the page ids etc from 
   view which is specially handy if using Joomla but just a good with WordPress.
 * Just copy the code below into Notpad and save as index.htm and upload to the 
   site.
 * I hope this helps
    Kid regards Alan White
 * Start of code——————————
    <html>
 * <head>
    <meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″
   > <title>Welcome To change this to what you want at the top</title> <meta name
   =”GENERATOR” content=”Microsoft FrontPage 4.0″> <meta name=”ProgId” content=”
   FrontPage.Editor.Document”> </head>
 * <frameset framespacing=”0″ border=”0″ rows=”*,1″ frameborder=”0″>
    <frame name
   =”top” src=”[http://www.chatswoodtm.org.au/wpsite/?p=1&#8243](http://www.chatswoodtm.org.au/wpsite/?p=1&#8243);
   scrolling=”auto”> <frame name=”bottom” marginwidth=”0″ marginheight=”0″ scrolling
   =”no” noresize> <noframes> <body>
 *  <p>This page uses frames, but your browser doesn’t support them.</p>
 *  </body>
    </noframes> </frameset>
 * </html>
    End of code ——————

Viewing 1 replies (of 1 total)