S.SAĞLAM adlı üyeden alıntı: mesajı görüntüle
hocam birde şunu dener misin?

<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;  ?>
Tamamdır hocam sonunda oldu, uğraştırdım sizi de R10+ verdim.