GKnet adlı üyeden alıntı: mesajı görüntüle
Single.php de nereye ekliyorsunuz kodları ? bende kullanıyorum bu kodları sorunsuz.
<?php get_header(); ?> 
		<div id="body-video">
		<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>	
			<div id="featur-product-box">
				<div class="dataform-box-top"><span class="white-text"><?php the_title(); ?></span></div>
<center><img src="http://img530.imageshack.us/img530/4885/40229590.jpg"></center>
					<div class="video-box">
<div class="partlar"><?php wp_link_pages('before=<p>&after=</p>&pagelink=%.Parça'); ?><br/><?php the_content('devamı...'); ?></div>	

					</div>
yukarıdaki gibi kardeşim