![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
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>';
}
?>
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 ::. |
| Thread Tools | |
| Display Modes | |
|
|
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 |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us