رفتن به مطلب

مشکل با کوئری در نمایش اسلایدر


poriia

پست های پیشنهاد شده

ی اسلایدر پیدا کردم که بعد از مدت ها بالاخره موفق شدم استایلشو اوکی کنم. ( بحثشو قبلا توی

تاپیککردم ) حالا که اومدم سراغ کوئریش، باز به مشکل برخوردم.

ی راهنمایی میکنید!؟ اینم کوئری که زدم. زمان اجرا وقتی روی navigation کلیک میکنم، تصویر سمت راست هماهنگ نیست و اسلایدش عوض نمیشه. اصلا ثابته!


<div id="pointelle_slider_1" class="pointelle_slider">
<div class="pointelle_title">
<a href="#" align="center">تحلیل روز</a>
</div>
<div class="pointelle-slider-control">
<?php query_posts('showposts=4&cat=1'); $i=1; while(have_posts()): the_post(); ?>
<div class="pointelle-slider-nav">
<div class="thumb"><?php show_thumb($comfy['img_featured_w'],$comfy['img_featured_h'],$comfy['crop'],$comfy['cropfrom'],$comfy['quality']); ?></div>
<h2><?php the_title(); ?></h2>
<span class="pointelle-order"><?php echo $i; ?></span>
<div class="sldr_clearlt"></div>
</div>
<?php $i++; endwhile; wp_reset_query(); ?>
</div>

<div class="pointelle_slides" >
<div class="pointelle_slideri">
<?php query_posts('showposts=4&cat=1'); $i=1; while(have_posts()): the_post(); ?>
<a class="pointelle_thumb_anchor" href="#" title="Married Carl and Ellie in Their Restored Clubhouse">
<div class="thumb"><?php show_thumb($comfy['img_featured_w'],$comfy['img_featured_h'],$comfy['crop'],$comfy['cropfrom'],$comfy['quality']); ?></div>
</a>
<div class="pointelle-excerpt" >
<a href="<?php the_permalink(); ?>"><h4 class="pointelle-excerpt"><?php the_title(); ?></h4>
<p class="pointelle-excerpt"><?php echo substr(get_the_excerpt(),0,120); ?></p></a>
</div>
<?php $i++; endwhile; wp_reset_query(); ?>
</div>
</div>
</div>

ویرایش شده توسط poriia
لینک به ارسال
مهمان
این موضوع برای عدم ارسال قفل گردیده است.
×
×
  • اضافه کردن...