• 30-01-2009, 22:23:49
    #1
    pardon hatayı kopyalayamadığım için buraya yazamadım.Sitem bu footer da hata yazıyor nasıl düzeltebilirim acaba ?

    HTD-34
  • 30-01-2009, 22:26:56
    #2
    footer sifrelenmisdir sende oraya atinca hata vermisdir footer yerine wordpress'i attigin yerdeki index.php nin içine <center></center> kodlari arasina eklemeyi dene
  • 30-01-2009, 22:33:34
    #3
    yine olmadı galiba.
  • 30-01-2009, 22:36:52
    #4
    Nookta adlı üyeden alıntı: mesajı görüntüle
    footer sifrelenmisdir sende oraya atinca hata vermisdir footer yerine wordpress'i attigin yerdeki index.php nin içine <center></center> kodlari arasina eklemeyi dene
    ana index şablonunda <?php get_footer(); ?> dan sonra eklerseniz sayfanın en sonunda çıkar
  • 30-01-2009, 22:49:44
    #5
    saoL nevan denemisdim bi kere hata vermisdi o yüzden
  • 30-01-2009, 22:50:14
    #6
    sistemde sorun yok ama footer.php ye sonradan eklediğin kodlarda include edilecek dosya yok (templates içinde end.php yi arıyor)

    Alıntı
    Warning: include() [function.include]: Failed opening 'templates/end.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/elmadag/public_html/wp-content/themes/gear/footer.php on line 11
  • 31-01-2009, 20:29:00
    #7
    peki nasıl düzelteceğim sorun hala devam ediyo.
  • 31-01-2009, 20:32:43
    #8
    footer.php yi buraya koyarsan yardımcı olabiliriz
  • 31-01-2009, 20:44:37
    #9
    bu 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('&laquo; Older Entries') ?></div>
    <div class="fr"><?php previous_posts_link('Newer Entries &raquo;') ?></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>