1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wordpress website already built

Discussion in 'Content Management' started by drew68, Jan 23, 2014.

  1. #1
    I have an issue... I already built out a website in Wordpress. The design is custom designed and I cut it up and built it out using Artisteer. It's now a full wordpress website.

    The problem is, I have to build a splash/lander page as the home page..which is completely different then the built out home page.

    Not sure where to start from here. Can someone shed some light on this?

    Thanks,
    Drew
     
    drew68, Jan 23, 2014 IP
  2. Googl

    Googl Active Member

    Messages:
    509
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    75
    #2
    There is probably two easy ways to do this. (Not easy if you know nothing about Wordpress/PHP scripting). If you know nothing about the Wordpress background then you will need a developer.

    The splash page will act as the home page, so you will need to create a unique front page template. This is a good reference.

    http://codex.wordpress.org/Creating_a_Static_Front_Page

    Or the developer will create a unique template specially for the home page, then in the Admin area create a page which you can then choose to have front page. You will need to assign the created template to the page you create:

    http://codex.wordpress.org/Page_Templates
     
    Googl, Jan 23, 2014 IP
  3. mrgilb

    mrgilb Active Member

    Messages:
    326
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    75
    #3
    Would a plugin like this one work...http://wordpress.org/plugins/vr-splash-screen/
     
    mrgilb, Jan 23, 2014 IP
  4. drew68

    drew68 Well-Known Member

    Messages:
    582
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #4
    thanks for the responses.

    none of those things will work. i'll have to cut up the design, and create a homepage.php file. then create the page in wp-admin and then go to settings ---> reading and opt for that page to be the home page.
     
    drew68, Jan 24, 2014 IP
  5. Googl

    Googl Active Member

    Messages:
    509
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    75
    #5
    Yes. That is what I said you will do. I don't think there is any other option. You will some how have to create that page and let wordpress know to use that page. If you want the page template to be completely different from the current theme then you will to create a unique file for it. I don't think homepage.php will work. The file titles that will work as home page are:

    front-page.php
    home.php

    Have a look at this: http://codex.wordpress.org/images/1/18/Template_Hierarchy.png

    Or create any file in the theme directory and add:

    /*
    Template Name: My Custom Page
    */

    ...now in the Admin area you can create a new page and choose "My Custom Page" template as the template, then assign it as the home page in Options/Reading. If you know nothing about PHP then you will not be able to do this.
     
    Googl, Jan 24, 2014 IP
  6. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #6
    JUST add a index.html in your root with the custom page
     
    sundaybrew, Jan 24, 2014 IP
  7. Asif Aziz

    Asif Aziz Member

    Messages:
    59
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    43
    #7
    There are 2 ways of doing this:

    Have your main landing page, then have a link at the bottom (or top) which links to your wordpress blog?

    So your landing page would be: yoursite.com

    Your wordpress blog would be set up on yoursite.com/blog

    or

    you can just have your main landing page on one domain & link it to your blog (which is on another domain)..

    Az
     
    Asif Aziz, Jan 24, 2014 IP
  8. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #8
    sundaybrew, Jan 24, 2014 IP
  9. drew68

    drew68 Well-Known Member

    Messages:
    582
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    128
    #9
    Issue has been resolved. I created a homepage.php file and structured it accordingly.

    After I created the homepage.php file, I created a new page in wp-admin and called for that new template.

    It was actually pretty easy to do...not sure why I was flipping out ...but it's all good now! Thanks for the feedback guys...it definitely helped!!
     
    drew68, Jan 24, 2014 IP
    sundaybrew likes this.
  10. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #10

    Thanks for reporting back! I am glad you got it solved, Its not that bad, once you get the hang of it ;)
     
    sundaybrew, Jan 24, 2014 IP