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
  #1  
Old 10-09-2009, 08:51 PM
Sean Marshall Sean Marshall is offline
Registered User
Pro Plus Member
 
Join Date: Oct 2009
Posts: 3
Default Customize the Header in Streamline

Hello,

I've searched the forum and found this:

viewtopic.php?f=16&t=5745

but it didn't quite help with the Streamline header. When inserting/replacing the code, it didn't work properly.

I know generally the area but I'm not seeing the:

<div class="headerleft">
[img]<?php bloginfo('template_url'); ?>/images/logo.png[/img]" />
</div>

Here is what I have: (where should I insert the above?)


<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>';
}
?>


<?php bloginfo('description'); ?></p>
</div>

<?php // To define the 468x60 ad, go to your WP dashboard and go to Appearance > Widgets. Select 468x60 Header Banner and then enter your add code into a text widget ?>

<div class="headerright">
<ul id="headerwidgeted">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('468x60 Header Banner') ) : ?> [*][img]<?php bloginfo('template_url'); ?>/images/468x60.gif[/img]" />
<?php endif; ?>[/list] </div>

</div>

<div id="navbar">

<div id="navbarleft">
<ul id="nav">
[*]<?php _e("Home", 'studiopress'); ?>
<?php wp_list_pages('title_li=&depth=4&sort_column=menu_ order'); ?>
[*]<?php _e("Categories", 'studiopress'); ?>
<ul><?php wp_list_categories('title_li=&depth=4&orderby=name '); ?>[/list] [/list] </div>

<div id="navbarright">
<form id="searchform" method="get" action="<?php echo get_option('home') ?>/">
<div>
<input type="text" value="<?php _e("Search this website...", 'studiopress'); ?>" name="s" id="searchbox" onfocus="if (this.value == '<?php _e("Search this website...", 'studiopress'); ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php _e("Search this website...", 'studiopress'); ?>';}" />
<input type="submit" id="searchbutton" value="<?php _e("GO", 'studiopress'); ?>" />
</div>
</form>
</div>

</div>

<div id="wrap">
 

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 08:23 PM.

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