pardon hatayı kopyalayamadığım için buraya yazamadım.Sitem bu footer da hata yazıyor nasıl düzeltebilirim acaba ?
HTD-34
siteme sayaç ekleyince hata alıyorum!
11
●874
- 30-01-2009, 22:36:52ana index şablonunda <?php get_footer(); ?> dan sonra eklerseniz sayfanın en sonunda çıkarNookta adlı üyeden alıntı: mesajı görüntüle
- 31-01-2009, 20:44:37bu footer
<div class="footer">
<div class="paddings">
<div class="fl">Powered by WordPress</div>
<div class="fr">Designed by <a href="http://www.mymobiles.com">My Mobiles</a></div>
</div>
<div class="clear"></div>
</div>
<?php wp_footer(); ?>
<?php tekil(); ?>
<?php cogul(); ?>
<?php online(); ?>
sayacı indexe eklemiştim tavsiyeler üzerine İndex.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN" lang="EN">
<head>
<?php get_header(); ?>
</head>
<body>
<div class="main">
<div class="container">
<?php include (TEMPLATEPATH . "/head.php"); ?>
<div class="content span-24">
<div class="posts span-17 last">
<?php include (TEMPLATEPATH . "/banner.php"); ?>
<div class="paddings">
<ul class="items">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<li>
<?php include (TEMPLATEPATH . "/item.php"); ?>
</li>
<?php endwhile; ?>
<?php else : ?>
<li>
<?php include (TEMPLATEPATH . "/missing.php"); ?>
</li>
<?php endif; ?>
<li>
<div class="navigation">
<div class="fl"><?php next_posts_link('« Older Entries') ?></div>
<div class="fr"><?php previous_posts_link('Newer Entries »') ?></div>
<div class="clear"></div>
</div>
</li>
</ul>
</div>
</div>
<?php get_sidebar(); ?>
</div>
<div class="clear"></div>
<?php include (TEMPLATEPATH . "/footer.php"); ?>
</div>
</div>
</body>
</html>
<center>
<?php include('templates/end.php'); ?>
<!-- Sayyac counter START v4.1 -->
<script type="text/javascript">
<!--
document.write(unescape("%3Cscript src='" + (("https:" == document.location.protocol) ? "https://" : "http://")
+ "srv.sayyac.com/sa.js?_salogin=HTD34&_sav=4.1' type='text/javascript'%3E%3C/script%3E"));
//-->
</script>
<script type="text/javascript">
<!--
sayyac.track('HTD34','srv.sayyac.com');
//-->
</script>
<noscript><a href="http://www.sayyac.com/" title="Bedava sayac,istatistik hizmeti"><img src="http://srv.sayyac.com/sa.gif?_salogin=HTD34&_sav=4.1" border="0" alt="" /></a></noscript>
<!-- Sayyac counter END v4.1 -->
</center>
saoL nevan denemisdim bi kere hata vermisdi o yüzden