Merhaba.
Popho v2 temasını kurdum fakat, pophov2 temasının headerini anarschi cocuk v6 temasının üst kısmıyla değiştirmek istiyorum.
yani şununla
arkaplan renklerinin aynı olmasından dolayı renklerde bir problem olmaz sanırım.
Anarschi v6 temasının üst kısım kodları şu;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<title>
<?php wp_title(''); ?>
</title>
<meta name="language" content="tr-TR" />
<meta name="location" content="türkiye, tr, turkey" />
<meta name="robots" content="all" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
<style type="text/css" media="screen"><!-- @import url( <?php bloginfo('stylesheet_url'); ?> ); --></style>
</head>
<body>
<div id="wrap">
<div id="header">
<table id="Table_01" width="820" height="161" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="<?php bloginfo('template_url'); ?>/ust/anarschi_01.png" width="109" height="41" alt=""></td>
<td>
<a href="<?php bloginfo('siteurl'); ?>">
<img src="<?php bloginfo('template_url'); ?>/ust/Untitled-2_02.png" width="75" height="41" border="0" alt=""></a></td>
<td>
<a href="<?php bloginfo('siteurl'); ?>/ben-kimim">
<img src="<?php bloginfo('template_url'); ?>/ust/benkimim.png" width="116" height="41" border="0" alt=""></a></td>
<td>
<a href="<?php bloginfo('siteurl'); ?>/linkler">
<img src="<?php bloginfo('template_url'); ?>/ust/bizimkiler.png" width="85" height="41" border="0" alt="Arkadaşlarım"></a></td>
<td colspan="2">
<a href="http://twitter.com/anarschi">
<img src="<?php bloginfo('template_url'); ?>/ust/twitter.png" width="79" height="41" border="0" alt="Twitter Anarschi"></a></td>
<td>
<a href="http://www.facebook.com/anarschi">
<img src="<?php bloginfo('template_url'); ?>/ust/facebook.png" width="85" height="41" border="0" alt=""></a></td>
<td>
<a href="<?php bloginfo('siteurl'); ?>/feed">
<img src="<?php bloginfo('template_url'); ?>/ust/facebook-08.png" width="55" height="41" border="0" alt=""></a></td>
<td>
<a href="<?php bloginfo('siteurl'); ?>/iletisim">
<img src="<?php bloginfo('template_url'); ?>/ust/iletisim.png" width="72" height="41" border="0" alt=""></a></td>
<td>
<img src="<?php bloginfo('template_url'); ?>/ust/anarschi_09.png" width="144" height="41" alt=""></td>
</tr>
<tr>
<td colspan="5">
<a href="<?php bloginfo('siteurl'); ?>">
<img src="<?php bloginfo('template_url'); ?>/ust/logo.png" width="425" height="119" border="0" alt=""></a></td>
<td colspan="5">
<a href="<?php bloginfo('siteurl'); ?>/ben-kimim">
<img src="<?php bloginfo('template_url'); ?>/ust/benkimim2.png" width="395" height="119" border="0" alt=""></a></td>
</tr>
<tr>
<td>
<img src="<?php bloginfo('template_url'); ?>/ust/spacer.gif" width="109" height="1" alt=""></td>
<td>
<img src="<?php bloginfo('template_url'); ?>/ust/spacer.gif" width="75" height="1" alt=""></td>
<td>
<img src="<?php bloginfo('template_url'); ?>/ust/spacer.gif" width="116" height="1" alt=""></td>
<td>
<img src="<?php bloginfo('template_url'); ?>/ust/spacer.gif" width="85" height="1" alt=""></td>
<td>
<img src="<?php bloginfo('template_url'); ?>/ust/spacer.gif" width="40" height="1" alt=""></td>
<td>
<img src="<?php bloginfo('template_url'); ?>/ust/spacer.gif" width="39" height="1" alt=""></td>
<td>
<img src="<?php bloginfo('template_url'); ?>/ust/spacer.gif" width="85" height="1" alt=""></td>
<td>
<img src="<?php bloginfo('template_url'); ?>/ust/spacer.gif" width="55" height="1" alt=""></td>
<td>
<img src="<?php bloginfo('template_url'); ?>/ust/spacer.gif" width="72" height="1" alt=""></td>
<td>
<img src="<?php bloginfo('template_url'); ?>/ust/spacer.gif" width="144" height="1" alt=""></td>
</tr>
</table>
</div>Bu pophov2 headerinin üst kısım kodları şu;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>
<meta name="language" content="tr-TR" />
<meta name="google-site-verification" content="KTIS4gppOG_rstPmBfv8d0OmEBxvshRnpDx_iGrpub0" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
<style type="text/css" media="screen"><!-- @import url( <?php bloginfo('stylesheet_url'); ?> ); --></style>
</head><div class="enust">
<ul class="menu">
<li><a href="<?php bloginfo('home'); ?>">Ana Sayfa</a></li>
<?php wp_list_pages('title_li='); ?>
<div class="domestos"></div>
</ul>
<div class="domestos"></div>
</div>
<div class="logo">
<div class="logocan"><img alt="" src="<?php bloginfo('template_url'); ?>/resim/logo.png" />
</div>
<div class="ustreklamcan">
<?php echo get_option('ustreklamcan'); ?>
</div>
<div class="domestos"></div>
</div>
<div class="ustarka"></div>
<div class="gelguzelimgel">Anarschi v6 temasının ust isimli klasorunu popho v2ye attım. fakat kodlardan anlamadıgım icin yapamadım.
Umarım bu ricamı kırmaz(: