• 05-04-2010, 20:05:08
    #1
    Üyeliği durduruldu
    www.burakolik.com
    yazılarda başlıklar görünmüyor. sizce neden olabilir ?
  • 05-04-2010, 20:10:00
    #2


    Sorun görünmüyor.
  • 05-04-2010, 21:06:38
    #3
    Üyeliği durduruldu
    bende de sorun görünmüyor sende çerezlerden dolayı bir sorun olabilir. tekrar kontrol et istersen.
  • 06-04-2010, 03:39:22
    #4
    Mozilla , Chrome, Explorer hepsiyle baktım yanlış olmasın diye. Başlıklar görünüyor hocam
  • 07-04-2010, 17:44:39
    #5
    Üyeliği durduruldu
    ara sıra benim siem de de görünmüyor başlıklar.çok enteresan bir durum.içeriğin hepsini botla çekiyordum acaba onunla ilgili olabilir mi? şuan imzadaki sitede başlıklar görünmüyor.
  • 09-04-2010, 19:27:19
    #6
    Üyeliği durduruldu
    Arkadaşlar ana sayfa değil. Yazı sayfalarında görünmüyor başlıklar. Bir daha kontrol edebilirmisiniz ?
  • 09-04-2010, 19:29:32
    #7
    single.php dosyasını buraya eklermisin
  • 09-04-2010, 20:15:11
    #8
    Üyeliği durduruldu
    sablonmix09 adlı üyeden alıntı: mesajı görüntüle
    single.php dosyasını buraya eklermisin
    <?php get_header(); ?>
    <div class="content"><div class="breadcrumb">
    <font size="2"><?php
    if(function_exists('bcn_display'))
    {
    	bcn_display();
    }
    ?></font></div>
    <div class="left">
    	<?php if (have_posts()) : ?>
    <div class="border-sep">
    	<?php ot_ads('top'); ?>
    <div class="title"><h1 title="<?php the_title(); ?>"><h1><?php the_title(); ?>  <a rel="external" href="http://www.google.com.tr/search?hl=tr&q=<?php the_title(); ?>"><img src="http://www.google.com.tr/favicon.ico" width="14" height="14" title="Google'da Ara!"></a></h1></div>
    	<ul class="recent">
    	<?php while (have_posts()) : the_post(); ?>
    		<li id="post-<?php the_ID(); ?>">
    			<?php ot_author_details(); ?>
    
    			<div class="article" style="border-bottom:1px dashed #ccc; margin:0px 0px 8px 0px;">
    				<?php the_content(); ?>
    <?php the_tags('Etiketler: ', ', ', '<br />'); ?> 
                    <div class="clear"></div>
    
                    <?php ot_bottom_of_post(); ?>
    
    <center><script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><style> html .fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://b.static.ak.fbcdn.net/rsrc.php/z39E0/hash/ya8q506x.gif) no-repeat top left; }</style><a href="http://www.facebook.com/share.php?u=<url>" onclick="return fbs_click()" target="_blank" class="fb_share_link">Bu Sayfayı Facebook'ta Paylaş</a></center>
    			</div>
    		</li>
            
    		<?php ot_related_box(); ?>
    		
            <div class="spacer" style="padding:7px;"></div>
    	<?php endwhile; ?>
    	</ul>
    	<?php ot_ads('bottom'); ?>
    	<?php comments_template(); ?>
    </div>
    	<?php else : ?>
    	<?php include 'error.php';?>
    	<?php endif; ?>
    </div>
    
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
  • 09-04-2010, 20:18:14
    #9
    Üyeliği durduruldu
    <?php while (have_posts()) : the_post(); ?>

    kodunu,

    <?php ot_ads('top'); ?>

    kodunun altına taşıyın.

    ayrıca <h1 title="<?php the_title(); ?>"> kodunu da silin. fazlalık.