Arkadaşlar wp tauren tema da logoyu biraz büyültmek istiyorum, 468*60 boyutunda falan, yapamadım ama. yapabilecek varmı ? dosyaları veriyorum, kodları,
İndex.php ;
<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<?php if (have_posts()) : ?>
<?php $post = $posts[0];  ?>
<div class="sub" style="padding-top:8px;"><span class="rss-feed"><img src="<?php echo get_option('home'); ?>/wp-content/themes/Tauren/img/rss.gif" alt="RSS Feed" border="0" class="float-none" style="border:0px;  margin:0px 5px 0px 0px;" /><strong><a style="font-size:12px; color:#000000; font-family:verdana;" href="<?php bloginfo('rss2_url'); ?>">Subscribe</a></strong></span></div>
<div class="titlebg"><?php wp_title(); ?></div>
<div class="clickbg">
<div class="bread"><?php if (class_exists('breadcrumb_navigation_xt')) {
echo '';
// New breadcrumb object
$mybreadcrumb = new breadcrumb_navigation_xt;
// Options for breadcrumb_navigation_xt
$mybreadcrumb->opt['title_blog'] = 'Anasayfa';
$mybreadcrumb->opt['separator'] = ' &raquo; ';
$mybreadcrumb->opt['singleblogpost_category_display'] = true;
// Display the breadcrumb
$mybreadcrumb->display();
} ?></div>
</div>
<?php include 'sidebar-right.php';?>
<div style="width:525px; float:left; padding:5px 10px 5px 5px;">
<?php include 'adsense/468x60.php';?>
<div class="post">
<div class="entry">
<?php while (have_posts()) : the_post(); ?>
<div class="fieldset-box">
<div class="legend-box"><a href="<?php the_permalink() ?>"><?php the_title2('', '', true, '58') ?></a></div>
<div class="POST-INFO">
By <b><?php the_author_posts_link() ?></b> - <b>Last updated:</b> <?php the_time('l, F j, Y') ?>
</div><div class="cat-image"><a style="borer:0px; padding:0px;" href="<?php the_permalink() ?>"><img style="padding:0px; border:0px; margin:0px;" width="150" height="150" src="<?php echo get_post_meta($post->ID, "Thumbnail", true); ?>" /></a></div>
<?php the_content_limit(250, ""); ?>
<div class="continue-reading">
<b><a style="font-size:14px;" href="<?php the_permalink() ?>">Devamı &raquo;</a></b>
</div>
</div>
<?php endwhile; ?>
<?php
        if(class_exists('wp_pagination_plugin')){
                        $p = new wp_pagination_plugin;
                        $p->show();
                } ?>
</div>
</div>
</div>
</div>
<?php else : ?>
<?php include (TEMPLATEPATH . '/notfound.php');?>
<?php endif; ?>
<?php get_footer(); ?>
Home.php ;
<!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">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; 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 -->
<meta name="keywords" content="<?php bloginfo('description'); ?>" />
<meta name="description" content="<?php bloginfo('description'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory');?>/style.css" type="text/css" media="screen" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="green-theme" href="<?php bloginfo('stylesheet_directory');?>/green-theme.css" />
<link rel="alternate stylesheet" type="text/css" media="screen" title="blue-theme" href="<?php bloginfo('stylesheet_directory');?>/blue-theme.css" />
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory');?>/top.js"></script>
<script type="text/javascript" src="<?php echo get_option('home'); ?>/fd.js"></script>
<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'); ?>" />
<?php
global $page_sort;	
	if(get_settings('Tauren_sortpages')!='')
	{ 
		$page_sort = 'sort_column='. get_settings('Tauren_sortpages');
	}	
	global $pages_to_exclude;
	if(get_settings('Tauren_excludepages')!='')
	{ 
		$pages_to_exclude = 'exclude='. get_settings('Tauren_excludepages');
	}	
?>
<?php wp_head(); ?>
</head>
<body>
<div id="container">
<div id="header">
<table align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="191" rowspan="3" align="left" valign="top"><a href="<?php echo get_option('home'); ?>/"><img class="main-logo" src="<?php echo get_option('home'); ?>/wp-content/themes/Tauren/img/spacer.gif" alt="<?php bloginfo('name');?>" width="361" height="84" border="0" /></a></td>    
<td width="100%" align="right" style="padding:15px 10px 0px 0px;" valign="middle">
<script type="text/javascript">
function clearDefault(el) {
if (el.defaultValue==el.value) el.value = ""
}
</script>
<form method="get" style="margin:0px;" action="<?php echo get_option('home'); ?>/">
<table style="padding-bottom:10px;" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" style="font-size:11px; color:#cccccc;">
<input style="margin:0px;" type="text" VALUE="Arama Yapın..." ONFOCUS="clearDefault(this)" name="s" id="s" size="19" class="search-top" /></td>
<td width="30" style="padding:0px;" valign="top" align="left"><input type="image" src="<?php echo get_option('home'); ?>/wp-content/themes/Tauren/img/search.gif" style="margin:0px 0px 0px 5px; padding:0px; border:0px;" value="Ara" />
</td>
</tr>
</table>
</form></td>
</tr>
</table>
<div class="top-Menu" id="chromemenu">
<form class="drop" style="margin:5px;" action="<?php echo $PHP_SELF ?>" method="get"><label style="color:#FFFFFF;">Kategori:</label> <?php dropdown_cats(); ?><input style="margin:0px;" type="submit" name="submit" value="Git" /></form>
<ul>
<li><a href="<?php echo get_option('home'); ?>/">Anasayfa</a></li>
<li><a href="http://www.seslisamataniz.com/frm" title="Sesli Chat Forumu">Forum</a></li>
<?php wp_list_pages('title_li=&depth=1&'.$page_sort.'&'.$pages_to_exclude)?>
</ul>
</div>
</div>
<div id="wrapper">
<?php include 'sidebar.php';?>
<div id="content" class="narrowcolumn">
<table width="787" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="787" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" style="border-bottom:1px solid #cccccc;">
<div id="flashcontent">
It looks like you don't have flash player 6 installed. <a href="http://www.macromedia.com/go/getflashplayer" >Click here</a> to go to Macromedia download page.</div>
<script type="text/javascript">
var so = new SWFObject("<?php echo get_option('home'); ?>/slideshow.swf", "gallery", "787", "237", "6", "#ffffff");
so.write("flashcontent");
</script></td>
</tr>
</table>    </td>
</tr>
<tr>
<td style="border-top:10px solid #ffffff;" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="33%" style="border-right:10px solid #ffffff;" valign="top"><table style="border:1px solid #cccccc;" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" class="cell-t" style="border:1px solid #ffffff;"><div class="home-titles">Haberler</div></td>
</tr>
<tr>
<td class="cell-h" style="padding:10px;">
<?php $recent = new WP_Query("cat=7&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
<div align="center" class="Featured-image"><a href="<?php the_permalink() ?>"><img style="padding:0px; margin:0px; border:0px;" height="150" width="230" src="<?php echo get_post_meta($post->ID, "Featuredimage", true); ?>" /></a></div>
<div class="POST-INFO" style="padding:5px 5px 0px 0px; line-height:24px;">
<div style="float:right; margin-left:5px;">
<img  border="0" style="padding:1px; float:left; background-color:#FFFFFF; margin:0px; border:1px solid #cccccc;" src="<?php gravatar('R', 40, true, get_option('home')."/wp-content/themes/Tauren/img/default.gif"); ?>" />
</div>By <b><?php the_author_posts_link() ?></b><br />
<b><?php the_time('F j, Y') ?></b>
</div>
<?php the_content_limit(220, ""); ?>
<div style="display:block; text-align:center;"><b><a style="font-size:14px;" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title2('', '', true, '25') ?> &raquo;</a></b></div>
<?php endwhile; ?></td>
</tr>
</table>        </td>
<td width="33%" style="border-right:10px solid #ffffff;" valign="top"><table style="border:1px solid #cccccc;" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" class="cell-t" style="border:1px solid #ffffff;"><div class="home-titles">Seslisamataniz</div></td>
</tr>
<tr>
<td class="cell-h" style="padding:10px;">
<?php $recent = new WP_Query("cat=3&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
<div align="center" class="Featured-image"><a href="<?php the_permalink() ?>"><img style="padding:0px; margin:0px; border:0px;" height="150" width="230" src="<?php echo get_post_meta($post->ID, "Featuredimage", true); ?>" /></a></div>
<div class="POST-INFO" style="padding:5px 5px 0px 0px; line-height:24px;">
<div style="float:right; margin-left:5px;">
<img  border="0" style="padding:1px; float:left; background-color:#FFFFFF; margin:0px; border:1px solid #cccccc;" src="<?php gravatar('R', 40, true, get_option('home')."/wp-content/themes/Tauren/img/default.gif"); ?>" />
</div>By <b><?php the_author_posts_link() ?></b><br />
<b><?php the_time('F j, Y') ?></b>
</div>
<?php the_content_limit(220, ""); ?>
<div style="display:block; text-align:center;"><b><a style="font-size:14px;" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title2('', '', true, '25') ?> &raquo;</a></b></div>
<?php endwhile; ?></td>
</tr>
</table>        </td>
<td width="33%" valign="top"><table style="border:1px solid #cccccc;" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" class="cell-t" style="border:1px solid #ffffff;"><div class="home-titles">Seslisamataniz.Com</div></td>
</tr>
<tr>
<td class="cell-h" style="padding:10px;">
<?php $recent = new WP_Query("cat=10&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
<div align="center" class="Featured-image"><a href="<?php the_permalink() ?>"><img style="padding:0px; margin:0px; border:0px;" height="150" width="230" src="<?php echo get_post_meta($post->ID, "Featuredimage", true); ?>" /></a></div>
<div class="POST-INFO" style="padding:5px 5px 0px 0px; line-height:24px;">
<div style="float:right; margin-left:5px;">
<img  border="0" style="padding:1px; float:left; background-color:#FFFFFF; margin:0px; border:1px solid #cccccc;" src="<?php gravatar('R', 40, true, get_option('home')."/wp-content/themes/Tauren/img/default.gif"); ?>" />
</div>By <b><?php the_author_posts_link() ?></b><br />
<b><?php the_time('F j, Y') ?></b>
</div>
<?php the_content_limit(220, ""); ?>
<div style="display:block; text-align:center;"><b><a style="font-size:14px;" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title2('', '', true, '25') ?> &raquo;</a></b></div>
<?php endwhile; ?></td>
</tr>
</table>
</td>
</tr>
</table>    </td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="padding:10px 10px 10px 0px;">
<div style="border-bottom:1px solid #cccccc;">
<div style="margin:0px; padding:6px 0px 0px 0px;" class="sub"><span class="rss-feed"><img src="<?php echo get_option('home'); ?>/wp-content/themes/Tauren/img/rss.gif" alt="RSS Feed" border="0" class="float-none" style="border:0px;  margin:0px 5px 0px 0px;" /><strong><a style="font-size:12px; color:#000000; font-family:verdana;" href="<?php bloginfo('rss2_url'); ?>">Subscribe</a></strong></span></div><div class="titlebg">Son Yazılar</div></div>
<?php $recent = new WP_Query("showposts=5"); while($recent->have_posts()) : $recent->the_post();?>
<div style="border-bottom:1px solid #cccccc; padding:10px 0px 5px 0px;">    
<div class="home-cats-80"><a href="<?php the_permalink() ?>"><img style="padding:0px; float:left; border:0px; margin:0px 10px 0px 0px;" width="80" height="80" src="<?php echo get_post_meta($post->ID, "Thumbnail", true); ?>" /></a></div><b><a style="font-size:14px;" href="<?php the_permalink() ?>"><?php the_title2('', '...', true, '48') ?></a></b>
<?php the_content_limit(180, "Devamı &raquo;"); ?>
</div>
<?php endwhile; ?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<?php get_footer(); ?>
header.php ;
<!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">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; 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 -->
<meta name="keywords" content="<?php bloginfo('description'); ?>" />
<meta name="description" content="<?php bloginfo('description'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory');?>/style.css" type="text/css" media="screen" />
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory');?>/top.js"></script>
</script>
<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'); ?>" />
<?php
global $page_sort;	
	if(get_settings('Tauren_sortpages')!='')
	{ 
		$page_sort = 'sort_column='. get_settings('Tauren_sortpages');
	}	
	global $pages_to_exclude;
	if(get_settings('Tauren_excludepages')!='')
	{ 
		$pages_to_exclude = 'exclude='. get_settings('Tauren_excludepages');
	}	
?>
<?php wp_head(); ?>
</head>
<body>
<div id="container">
<div id="header">
<table align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="191" rowspan="3" align="left" valign="top"><a href="<?php echo get_option('home'); ?>/"><img class="main-logo" src="<?php echo get_option('home'); ?>/wp-content/themes/Tauren/img/spacer.gif" alt="<?php bloginfo('name');?>" width="361" height="84" border="0" /></a></td>    
<td width="100%" align="right" style="padding:15px 10px 0px 0px;" valign="middle">
<script type="text/javascript">
function clearDefault(el) {
if (el.defaultValue==el.value) el.value = ""
}
</script>
<form method="get" style="margin:0px;" action="<?php echo get_option('home'); ?>/">
<table style="padding-bottom:10px;" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" style="font-size:11px; color:#cccccc;">
<input style="margin:0px;" type="text" VALUE="Arama Yapın..." ONFOCUS="clearDefault(this)" name="s" id="s" size="19" class="search-top" /></td>
<td width="30" style="padding:0px;" valign="top" align="left"><input type="image" src="<?php echo get_option('home'); ?>/wp-content/themes/Tauren/img/search.gif" style="margin:0px 0px 0px 5px; padding:0px; border:0px;" value="GO" />
</td>
</tr>
</table>
</form></td>
</tr>
</table>
<div class="top-Menu" id="chromemenu">
<form class="drop" style="margin:5px;" action="<?php echo $PHP_SELF ?>" method="get"><label style="color:#FFFFFF;">Kategori:</label> <?php dropdown_cats(); ?><input style="margin:0px;" type="submit" name="submit" value="Git" /></form>
<ul>
<li><a href="<?php echo get_option('home'); ?>/">Anasayfa</a></li>
<li><a href="http://www.seslisamataniz.com/frm" title="Sesli Chat Forumu">Forum</a></li>
<?php wp_list_pages('title_li=&depth=1&'.$page_sort.'&'.$pages_to_exclude)?>
</ul>
</div>
</div>
<div id="wrapper">
<?php include 'sidebar.php';?>

style.css de de yok.

Nerde olduğunu bulamadım. yardımcı olcak ?