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.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 03-17-2010, 11:04 AM
Debra's Avatar
Debra Debra is offline
Community Moderator
 
Join Date: Oct 2009
Location: Ontario, Canada
Posts: 13,365
Default

ok try this. Make a copy of header_options.php as a backup

now then find this

PHP Code:
php
            if (is_home()) {
                echo '<h1><a href="'.get_option('home').'/">'.get_bloginfo('name').'</a></h1>';
            } else {
                echo '<h4><a href="'.get_option('home').'/">'.get_bloginfo('name').'</a></h4>';
            }
        ?>
       <p><?php bloginfo('description'); ?></p>
    </div>
<?php } else { ?>
    <div class="headerleft">
        <div class="headertext">       
            <?php if (is_home()) { ?>
            <h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
            <?php } else { ?>
            <h4><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h4>
            <?php ?> 
            <p><?php bloginfo('description'); ?></p>
see if this works, I haven't tested it


PHP Code:
php
            if (is_home()) {
                echo '<h1><a href="http://SITELINK"><?php bloginfo('name'); ?></a></h1>';
            } else {
                echo '<h4><a href="http://SITELINK"><?php bloginfo('name'); ?></a></h4>';
            }
        ?>
       <p><?php bloginfo('description'); ?></p>
    </div>
<?php } else { ?>
    <div class="headerleft">
        <div class="headertext">       
            <?php if (is_home()) { ?>
            <h1><a href="http://SITELINK"><?php bloginfo('name'); ?></a></h1>
            <?php } else { ?>
            <h4><a href="<a href="http://SITELINK"><?php bloginfo('name'); ?></a></h4>
            <?php ?> 
            <p><?php bloginfo('description'); ?></p>
 

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


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

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