Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2007
    Posts
    38
    Plugin Contributions
    0

    Default Header ONLY on HOME page

    I have a very simple question. How can I make it so that the HEADER will ONLY show up on the HOME PAGE, and NOT on ANY other pages?

    I don't want the header showing up on ANY pages except for the HOME page. Any help with this will be appreciated. Thanks.

    Derwin

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Header ONLY on HOME page

    Edit /includes/templates/your_template/common/tpl_main_page.php. There are instructions in the comments at the top of the file.

    You would add this in the PHP code near the top:
    PHP Code:
     if (!$this_is_home_page) {
      
    $flag_disable_header true;
     } 

  3. #3
    Join Date
    Dec 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: Header ONLY on HOME page

    Wow! You are the BEST! This worked PERFECTLY. Thank you so much for your help.



    Derwin

  4. #4
    Join Date
    May 2006
    Posts
    1
    Plugin Contributions
    0

    Default Re: Header ONLY on HOME page

    I set my main size to 750. When the home displays, the top logo portion is shorter than the rest of the page. When I increase it to 860, all looks OK.
    Why is the 750 home shorter than the other pages?

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Header ONLY on HOME page

    Can you post a link to see this in action?

 

 

Similar Threads

  1. turn off left or right side bar on home page only [and only certain EZ pages]
    By thebigkick in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Jun 2012, 10:23 PM
  2. Different header/footer on home page only.
    By pjb923 in forum Templates, Stylesheets, Page Layout
    Replies: 31
    Last Post: 14 Jun 2011, 10:03 PM
  3. Remove, header title from home page only
    By Petlife in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Mar 2011, 09:49 PM
  4. Header only on Home page
    By asterix in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 8 Apr 2008, 09:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg