T4h4 adlı üyeden alıntı: mesajı görüntüle
Hiçbişey yapma sadece aç oranın dosyasını o yazıları sil ve kaydet sonuç bitti
arkadaşım orayı bilsem zaten açıp silcem de orası neresi?

##############################################

Solano adlı üyeden alıntı: mesajı görüntüle
foooter'da olması gereken değişkenler header'e konmuş.direk ordaki yazı yazmaz kodlarda $language gibi şeyler yazar kodları buraya koyda bi bakalım.
footer kodları şu şekilde:
Alıntı
<div id="footer_link">
Powered By <a href="http://www.wordpress.org">Wordpress</a>| <a href="http://www.blogsdna.com/xeiro-wordpress-theme">Xeiro Theme</a>by <a href="http://www.blogsdna.com">BlogsDNA</a>
<!-- Enter any Tracking Code here -->
<?php wp_footer(); ?>
</div><!--/footer_link-->
header kodları:
Alıntı
<!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'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="distribution" content="global" />
<meta name="robots" content="follow, all" /> <!-- Remove This Meta Tag if your going to use wordpress SEO plugin -->
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />

<title><?php if (is_home () ) { bloginfo('name'); }
elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo('name'); }
elseif (is_single() ) { single_post_title();}
elseif (is_page() ) { single_post_title();}
else { wp_title('',true); } ?></title>

<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'); ?>" />

<?php wp_head(); ?>
</head>
<body>
<div id="wrap" class="news"> <!-- Wrap News -->
<div id="pages"><!--pages-->
<ul>
<li><a href="<?php bloginfo('url'); ?>" title="<?php _e('Home'); ?>" id="home">Home</a></li><?php wp_list_pages('depth=1&sort_column=menu_order&titl e_li=' . __('') . '' ); ?>
</ul>

</div> <!--/pages-->
<div id="header"><!--header-->
<h1>
<a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>
<small><?php bloginfo('description'); ?></small>
</h1>
</div><!--/header-->
<div id="main"><!--main-->