• 17-10-2010, 00:06:10
    #1
    Üyeliği durduruldu
    https://www.oyunbutton.com/tr/wp-con...es/xDedasd.jpg

    Arkadaşlar devamını oku var fakat [...] oluyor.Onu nasıl kaldırabilirim..

    Edit:Arkadaşlar excerpt'i tamamen kaldırıp el ile(manuel) more eklemek istiyorum.Bu excerpt nasıl kalkar onu diyorum ben.

    Buda index.php : http://rapidshare.com/files/425592456/index.rar
  • 17-10-2010, 00:12:41
    #2
    O devamını oku değil.Temanızın (eğer eklenti yok ise ) fonksiyon.php dosyasında yazı sınırlama vardır.Yani 500 harf sınırı var ise orada kesilir.Bak harfleri say o şekilde olma ihtimalı yüksek

    ok işareti ile gösterilen yazının devamı asıl yazının devamınıdr

    onuda index.php den ctrl+f yazının devamı olarak aratırsanız istediğiniz şekilde değişebilirsiniz.sOnu kaldırmak için dediğim gibi kodlarınızı incelemeniz lazım.
  • 17-10-2010, 00:16:04
    #3
    <?php the_title2('', '[...]', true, '500') ?>

    Bu örnek kod gibi içinde [...] geçen bölümü temanın içindeki php dosyalarında arayın buraya kopyalayın bi bakalım..
  • 17-10-2010, 00:18:04
    #4
    Üyeliği durduruldu
    Kyo adlı üyeden alıntı: mesajı görüntüle
    <?php the_title2('', '[...]', true, '500') ?>

    Bu örnek kod gibi içinde [...] geçen bölümü temanın içindeki php dosyalarında arayın buraya kopyalayın bi bakalım..
    <div class="entry">					<?php if ( $main_content == "true" ) { the_content('[...]'); } else { the_excerpt(); ?><?php } ?>					</div>                                                            <span class="continue"><a title="<?php _e('Permanent Link to',woothemes); ?> <?php the_title(); ?>" href="<?php the_permalink() ?>"><?php _e('Yazının devamı »',woothemes); ?></a>      
    <br>
  • 17-10-2010, 00:21:52
    #5
    Yazının tamamı çıksın diyorsan böyle dene..

    <div class="entry"> <?php the_excerpt(); ?> </div> <span class="continue"><a title="<?php _e('Permanent Link to',woothemes); ?> <?php the_title(); ?>" href="<?php the_permalink() ?>"><?php _e('Yazının devamı »',woothemes); ?></a>
    <br>

    sadece [...] çıkmasın diyorsan onu sil sadece çıkmaz.
  • 17-10-2010, 00:23:36
    #6
    Üyeliği durduruldu
    Kyo adlı üyeden alıntı: mesajı görüntüle
    Yazının tamamı çıksın diyorsan böyle dene..

    <div class="entry"> <?php the_excerpt(); ?> </div> <span class="continue"><a title="<?php _e('Permanent Link to',woothemes); ?> <?php the_title(); ?>" href="<?php the_permalink() ?>"><?php _e('Yazının devamı »',woothemes); ?></a>
    <br>

    sadece [...] çıkmasın diyorsan onu sil sadece çıkmaz.
    Ama buseferde index.php beyaz oluyor.
  • 17-10-2010, 00:43:39
    #7
    Üyeliği durduruldu
    Hocam tamamını sildiğimde hiç yazı çıkmıyor,
    dediğinizi yapıştırdığımda birşey farketmiyor..
  • 17-10-2010, 01:13:07
    #8
    index.php yi buraya koy yapalım
  • 17-10-2010, 01:32:32
    #9
    Üyeliği durduruldu
    burakscan adlı üyeden alıntı: mesajı görüntüle
    index.php yi buraya koy yapalım
    <?php get_header(); ?><?php if (is_paged()) $is_paged = true; ?>        <div id="centercol" class="grid_10">            <?php // Get Options                $feat_posts = get_option('woo_featured_posts');                $feat_width = get_option('woo_feat_image_width');                $feat_height = get_option('woo_feat_image_height');                $content_feat = get_option('woo_content_feat');                $home_onecol = get_option('woo_home_one_col');                $thumb_width = get_option('woo_thumb_image_width');                $thumb_height = get_option('woo_thumb_image_height');                $main_content = get_option('woo_content');            ?>            <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=-".$GLOBALS[video_id].",-".$GLOBALS[asides_id]."&paged=$paged"); ?>            <?php if (have_posts()) : $count = 0; ?>            <?php while (have_posts()) : the_post(); $postcount++;?>                        <!-- Featured Starts -->            <?php if ( $postcount <= $feat_posts && !$is_paged ) { ?>                        <div class="box">                                        <div class="featuredpost">                            <?php woo_get_image('image',$feat_width,$feat_height,'feat-image'); ?>                                           <div class="date-comments">                    <p class="fl"><?php the_time('j. F Y'); ?></p>                    <p class="fr"><span class="comments"></span><?php comments_popup_link(__('Yorum Yok',woothemes), __('1 Yorum',woothemes), __('% Yorum',woothemes)); ?></p></div>                                       <h2><a title="<?php _e('Permanent Link to',woothemes); ?> <?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>                                <div class="entry">                <?php if ( $content_feat == "true" ) { the_content('[...]'); } else { the_excerpt(); ?><?php } ?>                </div>                                <span class="continue"><a title="<?php _e('Permanent Link to',woothemes); ?> <?php the_title(); ?>" href="<?php the_permalink() ?>"><?php _e('Yazının devamı »',woothemes); ?></a></span>                                <div class="fix"></div>                                </div><!--/featuredpost -->                                            </div><!--/box -->                        <?php continue; } ?>            <!-- Featured Ends -->                      <?php $counter++; $counter2++; ?>                    <?php if ( !$is_paged && $home_onecol == "false" )  { ?><div class="grid_5 <?php if ($counter == 1) { echo 'alpha'; } else { echo 'omega'; $counter = 0; } ?>"><?php } ?>                            <div class="box">                                                    <div class="date-comments">                                            <p class="fr"><div class="yorm"><span class="comments"></span><?php comments_popup_link(__('Yorum Yok',woothemes), __('1 Yorum',woothemes), __('% Yorum',woothemes)); ?></p></div><p class="fr">&nbsp<b><?php the_category(',') ?></b><div class="kategoricon">Kategori:</div>                    </div>                    <h2><a title="<?php _e('Permanent Link to',woothemes); ?> <?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>                                <?php woo_get_image('image',$thumb_width,$thumb_height,'post-thumbnail'); ?>                                        <div class="entry">                    <?php if ( $main_content == "true" ) { the_content('[...]'); } else { the_excerpt(); ?><?php } ?>                    </div>                                                            <span class="continue"><a title="<?php _e('Permanent Link to',woothemes); ?> <?php the_title(); ?>" href="<?php the_permalink() ?>"><?php _e('Yazının devamı »',woothemes); ?></a>      
    <br>
        
    
    <div class="altyazar"><b>Tarih: </b><?php the_time('j F Y'); ?>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Yazar: </b><?php the_author_posts_link(); ?></div>
    </span>                            <div class="fix"></div>                </div> <!-- end .box -->                                     <?php if ( !$is_paged && $home_onecol == "false" )  { ?></div> <!-- end .grid5 --><?php } ?>                        <?php if ( $counter == 0 )  { ?> <div class="fix"></div> <?php } ?>                                    <?php endwhile; ?>            <?php endif; ?>                        <div class="fix"></div>            <div class="more_entries wrap">                <?php if (function_exists('wp_pagenavi')) wp_pagenavi(); else { ?>                <div class="fl"><?php previous_posts_link(__('&laquo; Newer Entries ',woothemes)) ?></div>                <div class="fr"><?php next_posts_link(__(' Older Entries &raquo;',woothemes)) ?></div>                <br class="fix" />                <?php } ?>            </div>                           </div><!--/centercol--><?php get_sidebar(); ?><?php get_footer(); ?>