Edit wordpress header

1 replies
There is an old adage that a little learning is a dangerous thing and I have spent the last few hours proving that!

I wish to change my wp header to this...http://tinyurl.com/24t2qoh

wp url is KOR-Talk

The style.css sheet is...
*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,bl ockquote,fieldset,input{
margin:0;
padding:0;
}
ul{
list-style:none;
}
a{
color:#3d3d3d;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
a img{
border:0;
}
.clear{
clear:both;
}
body{
margin:0px;
padding:0 0 40px 0;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
background:#252525 url(images/bgr_main.png) repeat-x;
color:#3d3d3d;
}
#page{
width:1000px;
margin:0 auto;
}

/* HEADER */

#header{
width:100%;
height:121px;
overflow:hidden;
background:url(images/bgr_header.png) no-repeat;
}
#header #logo{
float:left;
padding:15px 0 0 70px;
}
#header #logo a{
color:#fff;
font-size:61px;
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing:-3px;
font-style:italic;
font-weight:bold;
}
#header #logo a:hover{
text-decoration:none;
}
#header #logo p{
font-size:19px;
color:#fff;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:right;
letter-spacing:-1px;
font-style:italic;
}
#header_links{
float:right;
padding:45px 40px 0 0;
}
#header_links img{
float:right;
}
/* MENU
and the header.php is...
<?php
eval(str_rot13('shapgvba purpx_s_sbbgre(){vs(!(shapgvba_rkvfgf("purpx_sbbgr e")&&shapgvba_rkvfgf("purpx_urnqre"))){rpub(\'G uvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\');qvr; } }purpx_s_sbbgre();'));
eval(str_rot13('shapgvba purpx_shapgvbaf(){vs(!svyr_rkvfgf(qveanzr(__SVYR__ )."/shapgvbaf.cuc")){rpub(\'Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\');qvr; } }purpx_shapgvbaf();'));
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>

<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); check_header(); ?>; charset=<?php bloginfo('charset'); ?>" />

<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<!--[if lte IE 7]><style media="screen,projection" type="text/css">@import "<?php bloginfo('stylesheet_directory'); ?>/style-ie.css";</style><![endif]-->
<!--[if IE 6]>
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/DD_belatedPNG_0.0.8a-min.js"></script>
<script type="text/javascript">
DD_belatedPNG.fix('#header_links img, #sidebar_social img, #board_twitters img');
</script>
<![endif]-->

<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>


<!-- Main Menu -->
<script type="text/javascript" src="<?php echo get_option('home'); ?>/wp-includes/js/jquery/jquery.js"></script>
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/jqueryslidemenu/jqueryslidemenu.js"></script>
<!-- /Main Menu -->
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/carousel/stepcarousel.js"></script>


<script type="text/javascript">

stepcarousel.setup({
galleryid: 'board_carusel', //id of carousel DIV
beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
panelclass: 'board_item', //class of panel DIVs each holding content
autostep: {enable:true, moveby:1, pause:<?php echo FEATURED_SPEED*1000; ?>},
panelbehavior: {speed:500, wraparound:false, persist:false},
defaultbuttons: {enable: false, moveby: 1, leftnav: ['http://i34.tinypic.com/317e0s5.gif', -5, 80], rightnav: ['http://i38.tinypic.com/33o7di8.gif', -20, 80]},
statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
})

</script>
Can I do this? Can someone guide me to the correct places to insert the url for the new image?

thanks

glchandler
#edit #header #wordpress

Trending Topics