StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 11-13-2009, 08:32 AM
dePaulus's Avatar
dePaulus dePaulus is offline
Registered User
GenesisConnect
Pro Plus Member
 
Join Date: Oct 2008
Location: USA and France
Posts: 342
Default 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
__________________
.:: Only boring people get bored ::.
  #2  
Old 11-13-2009, 09:03 AM
SoZo's Avatar
SoZo SoZo is offline
Community Moderator
 
Join Date: Oct 2008
Location: Minneapolis, Minnesota
Posts: 47,500
Default 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
__________________
John "Nicolas Flamel" Wright | SoZo's design | John Wright Photography

New to Genesis? Check out Genesis Explained.
"We are the music makers, and we are the dreamers of dreams..." - Arthur O'Shaughnessy

"Some days even my lucky rocket ship underpants don't help" - Calvin
StudioPress on Facebook
  #3  
Old 11-13-2009, 03:20 PM
dePaulus's Avatar
dePaulus dePaulus is offline
Registered User
GenesisConnect
Pro Plus Member
 
Join Date: Oct 2008
Location: USA and France
Posts: 342
Default 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
__________________
.:: Only boring people get bored ::.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Links in Post to Same Destination All Show Visited if Just 1 Clicked coops General Discussion 5 01-29-2011 12:25 PM
Destination Folder Already Exists...plugin failed ricardoleme General Discussion 8 10-03-2009 11:36 AM
Featured Top Left - Change link destination - Help needed! diepro General Discussion 13 05-16-2009 09:21 AM


All times are GMT -5. The time now is 01:30 AM.

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