• 04-09-2010, 18:40:43
    #1
    Her paragraftan sonra sonra wordpress sistemin more sistemini kullanmaktayım.

    Fakat bu more benim eklediğim yerden kesmiyor sanırım bir karakter sayısına göre kesiyor.

    Eklentilere baktım eklentisi yok, tema ile alakalı da değil çünkü başka tema denedim onda da aynı şekilde çıktı.

    Sorun ne olabilir ?
  • 04-09-2010, 20:40:15
    #2
    Üyeliği durduruldu
    hocam istediğiniz şey devamını oku gibi bir sistem anladığım kadarıyla eğer öyleyse eklentisi var ben kulanıyorum işinize yarar umarım

    kolay gelsin

    http://wordpress.org/extend/plugins/...automatically/
  • 05-09-2010, 14:37:36
    #3
    Maalesef bu da çalışmadı.
  • 05-09-2010, 14:41:49
    #4
    O dediğin temanın dosyalarından ayarlanıyordu da unuttum. post limiti ayarlıyorduk
  • 05-09-2010, 14:48:00
    #5
    single.php ( anasayfa ) baktım bulamadım Oğuz.
  • 05-09-2010, 14:49:53
    #6
    BEYZADE adlı üyeden alıntı: mesajı görüntüle
    single.php ( anasayfa ) baktım bulamadım Oğuz.
    single.php anasayfa mı
  • 05-09-2010, 14:54:30
    #7
    gokberks adlı üyeden alıntı: mesajı görüntüle
    single.php anasayfa mı
    Pardon o içerik sayfasıydı..

    index.php'ye baktım orada da göremedim.
  • 08-09-2010, 02:22:07
    #8
    Ben hâlâ bu sorunla uğraşıyorum arkadaşlar.

    <?php get_header(); ?>
     <div id="content" class="narrowcolumn">
     <?php if (have_posts()) : ?>
      <?php $i=0; while (have_posts()) : the_post(); $i++; ?>
       <div class="post" id="post-<?php the_ID(); ?>">
                    <div class="post-top">
                        <div class="post-title">
                            <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php if ( function_exists('the_title_attribute')) the_title_attribute(); else the_title(); ?>"><?php the_title(); ?></a></h2>
          <h3>
           <span class="post_author">Yazar : <b><?php the_author() ?></b></span>  |  <span class="post_cat">Kategori : <b><?php the_category(', ') ?></b></span>  |  <span class="post_date">Tarih : <?php the_time('d-m-Y') ?></span>
          </h3>
                        </div>
         <h4><?php comments_number('0', '1', '%'); ?></h4>
                    </div>
        <div class="entry">
         <?php if($i==1 || $i==2) : ?>
         <?php theme_google_468_ads_show(); ?>
         <? endif; ?>
         <?php the_content('',FALSE,''); ?>
        </div>
        <div class="postmetadata">
         <p><a href="<?php the_permalink() ?>">Konunun devami..</a></p>
                    </div>
                    
       </div>
      <?php endwhile; ?>
      <div class="entry">
       <?php theme_google_468_ads_show(); ?>
      </div>
      <div class="navigation">
       <?php if(!function_exists('wp_pagenavi')) : ?>
                <div class="alignleft"><?php next_posts_link('Previous') ?></div>
                <div class="alignright"><?php previous_posts_link('Next') ?></div>
                <?php else : wp_pagenavi(); endif; ?>
      </div>
     <?php else : ?>
      <h2 class="center">Not Found</h2>
      <p class="center">Sorry, but you are looking for something that isn't here.</p>
      <?php include (TEMPLATEPATH . "/searchform.php"); ?>
     <?php endif; ?>
     </div>
    <?php get_footer(); ?>
  • 08-09-2010, 08:31:18
    #9
    Kimlik doğrulama veya yönetimden onay bekliyor.
    <?php the_content('',FALSE,''); ?>
    Yukardaki yeri kaldirirsan more eklentisi gorevini yapacaktir.