• 27-10-2010, 12:54:27
    #1
    CS5
    Üyeliği durduruldu
    Arkadaşlar ne Yaptıysam yazımı yazıyorum bölmeyi yanı more butonuna tıklıyorum sorunsuz olarak bölünüyor ama devamını oku dıye bişey çıkmıyor
  • 27-10-2010, 14:45:19
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    index.php'de bulunan <?php the_content(); ?> kodunuzu, <?php the_content('Devamını Oku'); ?> şeklinde değiştirin.
  • 27-10-2010, 16:00:28
    #3
    CS5
    Üyeliği durduruldu
    Hocam Benim Temada Oyle Bir Kod Yok :S

    <?php get_header(); ?>
    
    	<?php if (have_posts()) : ?>
    
    		<?php while (have_posts()) : the_post(); ?>
                                 
    			<div class="box post" id="post-<?php the_ID(); ?>">
    				<div class="content">
    					<?php $postimageurl = get_post_meta($post->ID, 'post-img', true); if ($postimageurl) { ?>
                        <div class="pic fl">
                          <a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><img src="<?php echo $postimageurl; ?>" alt="Post Pic" width="200" height="200" /></a>
                        </div>
    					<?php } ?>
    					<div class="post-title">
    						<h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
    					</div>
    					<!--/post-title -->
    					<div class="post-date"><em>On <?php the_time('m.d.y'); ?>, In <?php the_category(', ') ?>, by <?php the_author_posts_link(); ?></em></div>
    					<div class="post-excerpt"><?php the_excerpt(); ?></div>
    					<!--/post-excerpt -->
    				</div>
    				<!--/content -->
    				<div class="hl"></div>
    				<div class="social-links">
    					<div class="fl">
    						<span><?php comments_number(0, 1, '%'); ?></span>
    						<a href="<?php the_permalink(); ?>#comments" title="View Comments">Yorum</a>
    					</div>
    					<div class="fr"><span><a href="<?php the_permalink(); ?>#respond" title="Leave Your Response">Bu yazıyı yorumlamak istiyorum</a></span></div>
    					<br class="fix" />
    				</div>
    				<!--/social-links -->
    			</div>
    			<!--/box -->
    
    		<?php endwhile; ?>
            
            <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>  
    		
    		<?php /*
            <ul>
    			<li><?php next_posts_link('&laquo; Older Entries') ?></li>
    			<li><?php previous_posts_link('Newer Entries &raquo;') ?></li>
    		</ul>
    		*/ ?>
    		
    	<?php else : ?>
    
    		<div class="box post">
              <div class="content">
                <div class="post-title">
                  <h1>No Posts Were Found</h1>
                </div>
              </div>
            </div>
    
    	<?php endif; ?>
    
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
  • 27-10-2010, 17:32:21
    #4
    <?php the_excerpt(); ?> yerine dediğimi yaz.
  • 27-10-2010, 17:47:02
    #5
    CS5
    Üyeliği durduruldu
    Hocam Allah razı Olsun Süper Oldu Bişey Daha Soracam Olursa Cok Güzel Olur Bu Devamını Oku Yazısının Arkasına Resim Ekleyebilirmiyiz ?
  • 27-10-2010, 21:13:29
    #6

    Bul
    <?php the_content('Devamını Oku'); ?>
    Değiştir
    <?php the_content(__('<img src="http://resimadresi">'));?>