<ul class="ui-tabs-nav">
<?php $byby = new WP_Query("showposts=4&cat=126"); while($byby->have_posts()) : $byby->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 $r10 = new WP_Query("showposts=4&cat=126"); while($r10->have_posts()) : $r10->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; ?> Döngüde Hep Aynı İçerik Yazdırılıyor
11
●509
- 25-06-2015, 15:03:20hocam birde şunu dener misin?
- 25-06-2015, 15:44:25Tamamdır hocam sonunda oldu, uğraştırdım sizi deS.SAĞLAM adlı üyeden alıntı: mesajı görüntüle
R10+ verdim.
R10+ verdim.