S.SAĞLAM adlı üyeden alıntı: mesajı görüntüle
hocam ilk döngü kapatılmadan ikincisini başlatmışsınız ondan alttaki kodu bi dener misiniz?

              <ul class="ui-tabs-nav"> 
						<?php query_posts('showposts=4&orderby=date&cat=126'); ?>
						<?php while (have_posts()) : the_post(); ?>
							<li class="ui-tabs-nav-item ui-tabs-selected" id="nav-fragment-1"><a href="#fragment-1"><img src="=100" alt="resim.png" /><span><?php the_title(); ?></span></a></li> 
						<?php endwhile;  ?>
					</ul> 
					
					<?php query_posts('showposts=4&orderby=date&cat=126'); ?>
					<?php while (have_posts()) : the_post(); ?>	
						<div id="fragment-1" class="ui-tabs-panel" style=""> 
							<img src="images/image1.jpg" alt="" /> 
							 <div class="info" > 
								<h2><a href="#" ><?php the_title(); ?></a></h2> 
								<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tincidunt condimentum lacus. Pellentesque ut diam....<a href="#" >read more</a></p> 
							 </div> 
						</div> 
					<?php endwhile;  ?>
Maalesef hocam değişen birşey olmadı