Gmedia'nın ücretsiz wordpress temasını kullanıyorum. Header kısmında logo yerine sitenin adı başlık olarak görünüyor. Bunun yerine logo görünmesini istiyorum. header.php'yi açtığımda kodu nereye eklersem ekleyim olmuyor. Hatayı nerede yapıyorum anlamadım. Hedar.php kodları bunlar. Acaba css'den direk logo ekleme yapılamaz mı?
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></scrip
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php gmedia_header(); ?>