• 25-08-2009, 23:22:15
    #10
    Üyeliği durduruldu
    herşeyi halletim tşklr arkadaşlar

    yalnız etiket olayını yapamadım site bozuldu allahtan yedek almıstım bu konuda online olarak yardım edecek varm acaba?
  • 26-08-2009, 00:03:11
    #11
    Üyeliği durduruldu
    yokmu yaw biri
  • 26-08-2009, 00:31:58
    #12
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Etiket, kategori yazılarını küçük harflerle yazılması için;
    css dosyasında "uppercase" arat "lowercase" ile değiştir. Büyük harfli yazılar küçük harfe dönecek.
  • 26-08-2009, 00:36:14
    #13
    CulsuZ adlı üyeden alıntı: mesajı görüntüle
    yokmu yaw biri
    temanın single.php dosyanın içeriğini paylaşırsan yardımcı olabilirm.
    Etiketler konusunda.
    2.isteğin sosyal imleme eklentileri,tavsiyem sociable eklentisi
  • 26-08-2009, 00:42:49
    #14
    Üyeliği durduruldu
    Alıntı
    <?php get_header(); ?>

    <div id="content">

    <div id="contentleft">

    <div class="postarea">

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <h1><?php the_title(); ?></h1>

    <div class="postauthor">

    <p>Yazar <?php the_author_posts_link(); ?> Tarih <?php the_time('F j, Y'); ?> &middot; <a href="<?php the_permalink(); ?>#comments"><?php comments_number('Yorum Yap', '1 Yorum', '% Yorumlar'); ?></a>&nbsp;<?php edit_post_link('(Düzenle)', '', ''); ?></p>

    </div>

    <?php the_content(__('Devamını Oku'));?><div style="clear:both;"></div>

    <!--
    <?php trackback_rdf(); ?>
    -->

    <div class="singlepostmeta">
    <p>Kategori <?php the_category(', ') ?> &middot; Etiketler <?php the_tags('') ?></p>
    </div>

    </div>

    <div class="postcomments">

    <?php comments_template('',true); ?>

    </div>

    <?php endwhile; else: ?>

    <p>Kriterlere uygun sonuç bulunamadı.</p><?php endif; ?>

    </div>

    <?php include(TEMPLATEPATH."/sidebar.php");?>

    </div>

    <!-- The main column ends -->

    <?php get_footer(); ?>
    buyur kardesım
  • 26-08-2009, 01:23:01
    #15
    <?php get_header(); ?>
    
    <div id="content">
    
    <div id="contentleft">
    
    <div class="postarea">
    
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    
    <h1><?php the_title(); ?></h1>
    
    <div class="postauthor">
    
    <p>Yazar <?php the_author_posts_link(); ?> Tarih <?php the_time('F j, Y'); ?> &middot; <a href="<?php the_permalink(); ?>#comments"><?php comments_number('Yorum Yap', '1 Yorum', '% Yorumlar'); ?></a>&nbsp;<?php edit_post_link('(Düzenle)', '', ''); ?></p>
    
    </div>
    
    <?php the_content(__('Devamını Oku'));?><div style="clear:both;"></div>
    
    <!--
    <?php trackback_rdf(); ?>
    -->
    
    <div class="singlepostmeta">
    <p>Etiketler <?php the_tags('') ?></br>&middot; Kategori <?php the_category(', ') ?></p>
    </div>
    
    </div>
    
    <div class="postcomments">
    
    <?php comments_template('',true); ?>
    
    </div>
    
    <?php endwhile; else: ?>
    
    <p>Kriterlere uygun sonuç bulunamadı.</p><?php endif; ?>
    
    </div>
    
    <?php include(TEMPLATEPATH."/sidebar.php");?>
    
    </div>
    
    <!-- The main column ends -->
    
    <?php get_footer(); ?>
    bunu dene.
  • 26-08-2009, 02:04:12
    #16
    <?php get_header(); ?>
    
    <div id="content">
    
    	<div id="contentleft">
    	
    		<div class="postarea">
    
    			<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    			
    			<h1><?php the_title(); ?></h1>
                	
                    <div class="postauthor">
                
    <p>Yazar <?php the_author_posts_link(); ?> Tarih <?php the_time('F j, Y'); ?> &middot; <a href="<?php the_permalink(); ?>#comments"><?php comments_number('Yorum Yap', '1 Yorum', '% Yorumlar'); ?></a>&nbsp;<?php edit_post_link('(Düzenle)', '', ''); ?></p>
                        
                    </div><br>
    <div class="singlepostmeta">
     				<p>Kategori <?php the_category(', ') ?> &middot; Etiketler <?php the_tags('') ?></p>
     			</div>
    			
    			<?php the_content(__('Devamını Oku'));?><div style="clear:both;"></div>
    					
    			<!--
    			<?php trackback_rdf(); ?>
    			-->
    			
    			
    		</div>
    			
            <div class="postcomments">
                
    			<?php comments_template('',true); ?>
            
            </div>
    
    		<?php endwhile; else: ?>
    
    		<p>Kriterlere uygun sonuç bulunamadı.</p><?php endif; ?>
    		
    	</div>
    	
    <?php include(TEMPLATEPATH."/sidebar.php");?>
    
    </div>
    
    <!-- The main column ends  -->
    
    <?php get_footer(); ?>
    böyle bir denermisin.Kategori ve Etiketler üste taşınmış olması lazım.
  • 26-08-2009, 02:15:52
    #17
    Hocam örnek gösterdiğiniz site benim sitem. Kategori ve etiketle ilgili arkadaşlar kod paylaşımında bulunmuş. Yazılardaki resimlere gelince de onları ben tek tek kendim ekliyorum. Üstüne logoyu falan kendim yerleştiriyorum. Ama onların eklentileri de var sanırım. Umarım cevap olmuştur, saygılar.
  • 26-08-2009, 03:00:39
    #18
    Üyeliği durduruldu
    Zomb kardesım senınkını denedim değişiklik olmadı
    SeaL05 kardesım senın kını denedim konu içine girince olmus ancak cok büyük derecede aralarda acıklık var </br> şekilinde ya ben kısaca şunu istiyorum
    bu etiket sistmeini