StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   Change Home Page Destination (http://www.studiopress.com/support/showthread.php?t=16913)

dePaulus 11-13-2009 08:32 AM

Change Home Page Destination
 
Hi.
I am working on a site that uses an "Entry Index' page where visitors can choose between French or English.
Because this .html page is the index.html, the "Home" navigation takes you to this page.

My question is, HOW do I change the WP "Home Page" to take me to another Page / Post ?
I think i am close, and have tried changing this section in the "Header"
Code:

<div id="header">

        <div class="headerleft" <?php if(get_theme_mod('header_blog_title') != 'Text') { echo 'id="imageheader"'; } ?>>
                <?php
                        if (is_home()) {
                                echo '<h1>'.get_bloginfo('name').'</h1>';
                        } else {
                                echo '<h4>'.get_bloginfo('name').'</h4>';
                        }
                ?>

But so far things are not working, I think I am adding / deleting too much.
So, if I am correct so far, could someone please point out what I need to change.

Thanks in advance

Paul

SoZo 11-13-2009 09:03 AM

Re: Change Home Page Destination
 
That section is for the header logo area not the navbar but you need to replace this: '.get_option('home').'/ with the URL you want it to point to

dePaulus 11-13-2009 03:20 PM

Re: Change Home Page Destination
 
Quote:

Originally Posted by SoZo
That section is for the header logo area not the navbar but you need to replace this: '.get_option('home').'/ with the URL you want it to point to

Thanks for the Help SoZo, I actually ended up deleting that section in the header, and created a New page called Home Page, so far all is well...

Thanks for your time and help.

Paul


All times are GMT -5. The time now is 06:23 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.