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)+'&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(); ?>
ö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?