• 20-10-2010, 02:45:22
    #1
    Arkadaşlar şu an kullandığım tema part sistemli olunca filmler partlı <nextpage> olayı

    Fakat şimdi inove temasını kurmak istedim onda part sistemi yok böyle olunca filmlerdeki part olayını kaldırma imkanım varmı acaba?
  • 20-10-2010, 03:14:12
    #2
    Kullandığınız tema'da partlar özel alandan mı ekleniyor? Yada single.php yi buraya koyarsanız daha rahat bakabiliriz.
  • 20-10-2010, 03:28:22
    #3
    önce db yedeğini al sonra alttaki kodu mysql den çalıştır.

    UPDATE wp_posts SET post_content = REPLACE(post_content, '<!--nextpage-->', '<br />')
  • 20-10-2010, 03:43:18
    #4
    SLiveJoR adlı üyeden alıntı: mesajı görüntüle
    Kullandığınız tema'da partlar özel alandan mı ekleniyor? Yada single.php yi buraya koyarsanız daha rahat bakabiliriz.
    single php
    
    	
    Alıntı
    <?php get_header(); ?> <div id="single-sol"> <div id="konu-ici"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <h1><?php the_title(); ?></h1> <div class="video-alan"> <div id="part"> <?php wp_link_pages('pagelink=%.Parça'); ?> </div> <div class="video"> <?php global $default_reklamsure; $reklamsure = get_option('reklamsure'); if ($reklamsure === false) $reklamsure= $default_reklamsure; $sure = (stripslashes($reklamsure)); $sure=($sure*1000); ?> <script type=text/javascript> setTimeout('gizle()',<?php echo ($sure); ?>); function gizle() { var x=document.getElementById('birinci').style; var y=document.getElementById('ikinci').style; if(x.display=='block') { x.display='none'; y.display='block'; } else { x.display='block'; y.display='none'; } } </script> <!-- BASLA: GittiGidiyor Reklam Kodu --> <script type="text/javascript"> var GGAff = {id:37715, width:585, height:80, direction:"Vertical", performance:"high"}; GGAff.errorMessage = ''; </script> <script type="text/javascript" src="http://aff3.gittigidiyor.com/affiliate_front.js"></script> <!-- BITTI: GittiGidiyor Reklam Kodu --> <div id="birinci" style="display:block"> <center> <table> <tbody> <tr> <td height="452" background="http://www.****.net/bg.png" width="535"> <?php global $default_350reklam; $reklam350 = get_option('reklam350'); if ($reklam350 === false) $reklam350 = $default_350reklam; echo (stripslashes($reklam350)); global $default_videomesaji; $videomesaji = get_option('videomesaji'); if ($videomesaji === false) $videomesaji= $default_videomesaji; $videomesaji = (stripslashes($videomesaji)); ?> </center> </td> </tr> </tbody> </table> </body></html> <br/><br/><br/> <strong><?php echo (stripslashes($videomesaji)); ?></strong><br/> <br/></center></div> <div id="ikinci" style="display:none"><?php the_content('devamı...'); ?><br /><strong>Etiketler : </strong><a><?php the_tags(' ', ', ', ''); ?></a></div> </div> </div> <?php endwhile; ?> <?php else : ?> <?php endif; ?> </div> <div id="paylas"> <center> <?php global $default_468reklam; $reklam468 = get_option('reklam468'); if ($reklam468 === false) $reklam468 = $default_468reklam; echo (stripslashes($reklam468)); ?> </center> </div> <div id="paylas"> <center><b>Bu diziyi paylaşmak istediğiniz sistemi seçin</b></center> <br> <center><a rel="nofollow" href="http://www.facebook.com/" title="Facebook'ta Paylaş" onclick="window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(location.href)+'&amp;t='+encodeURIComponent(document.title));return false;"><img src="<?php bloginfo('template_url'); ?>/resimler/facebook.png" alt="Add to: Facebook.com" name="Facebook" border="0" width="160" height="24"></a> <a href="http://www.eklebunu.com/ekle.php" onmouseover="actionListener(this);" onclick="eb_url = location.href; eb_title = document.title; return eb_tik(this);" target="_blank"><img src="http://www.eklebunu.com/buton.php?bt=3&k=137788" width="160" height="24" border="0" alt="EkleBunu Sosyal Paylaşım Butonu" /></a> </center> <!-- EkleBunu Sosyal Paylaşım Butonu kodu başlangıcı --> <script type="text/javascript">var eb_u="137788";</script><script type="text/javascript" src="http://www.eklebunu.com/js/buton.js"></script> <!-- EkleBunu Sosyal Paylaşım Butonu kodu sonu --> </div> <?php comments_template(); ?> </div> <?php include (TEMPLATEPATH . '/benzer.php'); ?> </div> <div id="ortalikalt"> </div> <?php get_footer(); ?>
    harew1 adlı üyeden alıntı: mesajı görüntüle
    önce db yedeğini al sonra alttaki kodu mysql den çalıştır.

    UPDATE wp_posts SET post_content = REPLACE(post_content, '<!--nextpage-->', '<br />')
    henüz denemedim. deneyeceğim, birde diyelimki tekrar part çevirmek istesem onun için nasıl bir kod girmek gerek o mümkünmüdür?
  • 20-10-2010, 07:48:35
    #5
    Kimlik doğrulama veya yönetimden onay bekliyor.
    single.php den <?php wp_link_pages('pagelink=%.Parça'); ?> bunu kaldir partsiz olur.