• 17-09-2008, 21:24:45
    #1
    arkadaşlar bu temayı uyguladığımdan üst kısımda "Home" yazısının yanında anlam veremediğim yazılar çıkıyor fakat diğer temalarda bu yazı çıkmıyor. 3 farklı yerden indirip denedim temayı ama yine o yazılar çıktı. sabahtan beri tema arıyorum tam buldum dedim şimdide bu sorun çıktı.

    nedenini bilen var mı acaba??

    site: bilim.info
  • 17-09-2008, 21:38:29
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    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.
  • 17-09-2008, 21:41:52
    #3
    Üyeliği durduruldu
    Hiçbişey yapma sadece aç oranın dosyasını o yazıları sil ve kaydet sonuç bitti
  • 17-09-2008, 21:45:23
    #4
    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-->
  • 17-09-2008, 21:58:07
    #5
    en baştaki şu kodları silip denermisin.
    Alıntı
    <?php language_attributes(); ?>>

    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  • 17-09-2008, 22:02:45
    #6
    yok yine olmadı
  • 17-09-2008, 22:04:36
    #7
    verdiğim kodlarla ilgili o çıkan yazılar.header.php de yoksa index.php ye bi bak.o kodları silince düzelmesi gerekir.
  • 17-09-2008, 22:07:19
    #8
    index.php kodlarıda bunlar:
    Alıntı
    <?php get_header(); ?>
    <?php include(TEMPLATEPATH."/sidebar_l.php");?>
    <!-- Main Post Content starts from here -->
    <div id="content">
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class="entries"><!-- entries-->
    <h3 class="heading"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
    <div class="post"><!--post-->
    <?php the_content(('<strong>Read More...</strong>'));?>
    <p class="info"><!--info-->
    Posted under <?php the_category(', ') ?>
    </p>
    <div class="clear"></div>
    <div class="actions"><!--action-->
    <p>This post was written by <?php if (get_the_author_url()) { ?><a href="<?php the_author_url(); ?>"><?php the_author(); ?></a><?php } else { the_author(); } ?> on <?php the_time('F j, Y'); ?></p>
    <p class="tags">
    <?php the_tags('Tags: ', ', ', '<br />'); ?>
    </p><!--/tags-->
    <!--
    <?php trackback_rdf(); ?>
    -->
    <div class="clear"></div>
    </div><!--/actions-->
    </div><!--/post-->
    <div class="cap"></div>
    </div> <!-- Entries Div Closed here-->
    <?php endwhile; else: ?>
    <?php _e('<div class="entries"><h3 class="heading" align="center">Sorry, No Posts Matched Your Criteria.</h3><div class="cap"></div></div>'); ?>
    <?php endif; ?>
    <div class="more-entries">
    <div class="calignleft"><b><?php next_posts_link('&laquo; Previous Entries') ?></b></div>
    <div class="calignright"><b><?php previous_posts_link('Next Entries &raquo;') ?></b></div>
    </div>
    </div> <!-- Content Div Closed here-->
    <!-- Main Post Content Ends from here -->
    <?php include(TEMPLATEPATH."/sidebar_r.php");?>
    <div class="clear"></div>
    </div><!--/main-->
    <?php include(TEMPLATEPATH."/footer.php");?>
    </div><!--wrap news-->
    </body>
    </html>
    ne bela bişey bu ya.
  • 17-09-2008, 22:10:57
    #9
    Kimlik doğrulama veya yönetimden onay bekliyor.
    türkçe dil dosyası ile ilgili bir sorun olabilir.