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