dongshao1021 2018-07-10 09:45
浏览 43
已采纳

一次显示一个推荐

enter image description here

  <?php $query = new WP_Query( 
         array( 'post_type' => 'testimonial' ,
                'posts_per_page' => -1,
               ) );

    if ( $query->have_posts() ) : ?>
    <?php while ( $query->have_posts() ) : $query->the_post(); ?> 
    <div class="testimonials-name"><?php the_title();?></div>
    <div class="testimonials-carousel-content"><p><?php the_content() ;?></p></div>

    <?php endwhile; wp_reset_postdata(); ?>
    <!-- show pagination here -->
    <?php else : ?>

    <!-- show 404 error here -->
    <?php endif; ?>

I have this query but it display all the testimonial's I want it to display one testimonial at a time how to do this please help

I am not able to do this

  • 写回答

2条回答 默认 最新

  • dongyimo1293 2018-07-10 10:35
    关注

    If you are using bxslider then you need to add the class that bxslider is targeting in to your html. Something like this:

    <div class="testimonials-slider">
    if ( $query->have_posts() ) : ?>
    <?php while ( $query->have_posts() ) : $query->the_post(); ?> 
    <div class="testimonials-name"><?php the_title();?></div>
    <div class="testimonials-carousel-content"><p><?php the_content() ;?></p></div>
    
    <?php endwhile; wp_reset_postdata(); ?>
    </div>
    
    
    <!-- show pagination here -->
    <?php else : ?>
    
    <!-- show 404 error here -->
    <?php endif; ?>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度