开机自检的平滑滑块不显示任何内容

时间:2020-04-13 作者:haikal_m12

我想用slick从 https://kenwheeler.github.io/slick/. 我使用WP\\u Query获取具有特定类别的帖子。油滑的工作finde,但它没有显示内容。这是我的PHP代码:

   <div  class=" container">
                    <div id="testimoni-carousel" class=\'row testimoni-carousel\' dir="rtl">

                   <?php 
                         $args = array(
                            \'post_type\'=> \'post\',
                            \'category_name\' => \'komentar\'
                          );
                          $query = new WP_Query( $args );

                          if ( $query->have_posts() ) {
                              while ( $query->have_posts() ) { 
                              $query->the_post();
                              ?>
                              <div class=\'text-center testimoni-teks col-12\'>
                                <h2 class=\'text-white\'><?php the_title() ?></h2>   
                                <div class=\'text-white\'><?php the_content() ?></div>

                              </div>
                                <?php
                              }
                              wp_reset_postdata();
                          }
                   ?>
                        </div>
                    </div>
这是我的JS文件:

jQuery(document).ready(function($) {

$(\'#testimoni-carousel\').slick({
    dots: true,
    slidesToShow: 1,
    slidesToScroll: 1
});
});

enter image description here

1 个回复
SO网友:Stoian Delev

看看这个示例结构:

/**
* Section Servises
*/
$servises_info = new WP_query(\'pagename=правни-услуги\');
if ($servises_info -> have_posts() ) :
    while ( $servises_info -> have_posts() ) : $servises_info -> the_post();
                                            // look hire below
                $relayted_post = new WP_query(\'cat=2&order=ASC\');
                /* Start the Loop two */
                while($relayted_post -> have_posts()): $relayted_post -> the_post();
                    $servises_data = get_the_content();

                // make hire you\'re things

                endwhile;
               // End the posts Servises Loop - loop 2 
     endwhile; 
     // End the page Servises Loop -loop 1

endif;
wp_reset_postdata();
// End the servises  info section 
我建议在访问分类法、分类法时使用ID的无名称。

而且你也犯了错误雇佣:

<h2 class=\'text-white\'><?php the_title() mising closing row -> ";" ?></h2>   
<div class=\'text-white\'><?php the_content() mising closing row -> ";" ?></div>

相关推荐

WP_ENQUEUE_SCRIPT|帮助我找出导致jQuery未定义的原因

我正在使用该函数。要加载到my中的php files wp\\u enqueue\\u脚本函数。js文件。然而,尽管我相信我在flick之前加载了jQuery。js。Slick在我的控制台中返回一个错误,即Slick中的“jQuery未定义”。最小js。所有文档都存在并位于正确的位置。function hubble_space_scripts() { wp_deregister_script(\'jquery\'); wp_enqueue_script(\'custom-j