Changing Home Page to Video Page

Discussion in 'VideoCraft WordPress Theme' started by boorian, Oct 13, 2014.

  1. boorian

    boorian Member

    Joined:
    Oct 9, 2014
    Messages:
    35
    Likes Received:
    1
    How can I make the home page the video page while still maintaining the option to change the home page back to the home page at a later time in the websites development?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please explain little bit more about your issue.
    Do you want a particular page as a home page or first page???
    Thanks & Regards
    Pramod
     
  3. boorian

    boorian Member

    Joined:
    Oct 9, 2014
    Messages:
    35
    Likes Received:
    1
    At present, I have the pages - Home, Videos, About and Contact.
    The Home page is the first page that displays upon entering my website. I would like to change it so that the 'Videos' page is the first page seen when going to my URL.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Follow below link to make Videos page as your first page when any one visits your site.
    http://screenpresso.com/=xyx4c
    Thanks & Regards
    Pramod
     
  5. boorian

    boorian Member

    Joined:
    Oct 9, 2014
    Messages:
    35
    Likes Received:
    1

    Hi,

    I followed that but what it does is make the 'Videos' Page the Front Page, but the content of the video page is changed to be a replica of the original front page.
    I would like to keep the content of the Videos page as is but make it the first page the user sees when going to my URL. The above instructions make the Video page the front page but in doing so, change the content of the videos page to mimic the original front page.
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Unfortunately there is not a way to do this, sorry.
    Thanks & Regards
    Pramod
     
  7. boorian

    boorian Member

    Joined:
    Oct 9, 2014
    Messages:
    35
    Likes Received:
    1

    What about through some html or javascript such as:

    <meta http-equiv="refresh"content="0; url=http://new.example.com/address"/>
    or
    <script language="javascript"> window.location ="http://new.example.com/address";</script>

    Is it possible to integrate either of those?
     
  8. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste these line in header.php file under <head> </head> tag.
    Thanks & regards
    Pramod
     

Share This Page