Merhaba arkadaşlar, anasayfada herhangi bir yazıya tıkladığımda hep aynı konunun ayrıntılarını görüyorum.

<?php include ('manset1.php');?>
<?php include ('sondakika.php');?>
bu kodları kaldırdığımda düzeliyor fakat sorunu çözemedim.

Sondakika. php kodları

<?php 
     
    if(get_option('beta_sondk') == "true") 
    { 
        query_posts("showposts=1&orderby=date&cat=".get_option("beta_sondkid")); 
         
        while(have_posts()): the_post(); 
             
            $title = the_title('', '', false); 
            $permalink = get_permalink(); 
             
            echo '<div class="grid_12 first">'; 
            echo '<div class="ssondakika"><a class="all" title="'.$title.'" href="'.$permalink.'">'.$title.'</a>'; 
            echo '<a class="sd_baslik" target="_blank" title="'.$title.'" href="'.$permalink.'">'.$title.'</a>'; 
            echo '</div></div>'; 
             
        endwhile; 
    } 
    else 
    { 
        echo ''; 
    }

?>
Manşet 1.php kodları

<!-- Headline Top -->
		<div class="mmanset1">
		<?php query_posts("showposts=6&orderby=date&cat=".get_option('beta_manset1')."
"); while (have_posts()) : the_post(); ?>
		
						<div class="betaek_2 first">
             <?php $image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full'); if ( has_post_thumbnail() ) { ?>			
			
				<a href="<?php the_permalink(); ?>"  target="_blank" title="<?php the_title(); ?>">
					<img width="148" height="104"  alt="<?php the_title(); ?>" src="<?php bloginfo('template_url'); ?>/timthumb.php?src=<?php echo $image_url[0]; ?>&w=148&h=104&zc=0" />
					<?php the_title(); ?>			</a>	<?php } ?>			
			</div>
			<?php endwhile; ?>
			<div class="clear"></div>			
		</div>
		<!-- /Headline Top -->
acil yardım bekliyorum