Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Featured slider does not work #75819
    Satoshi Sakai
    Participant
    Premium Member

    in ashe-pro-premium/templates/header/featured-slider.php or ashe-pro-premium/templates/header/featured-slider-custom.php, comment out like below.

     

    // Query Args
    $args = array(
    ‘post_type’                  => array( ‘post’ ),
    ‘orderby’                  => ashe_options( ‘featured_slider_orderby’ ),
    ‘order’                      => ‘DESC’,
    ‘posts_per_page’          => ashe_options( ‘featured_slider_amount’ ),
    ‘ignore_sticky_posts’    => 1,
    // ‘meta_query’             => array(
    //     array(
    //         ‘key’         => ‘_thumbnail_id’,
    //         ‘compare’     => ‘EXISTS’
    //     ) ),
    );

    • This reply was modified 6 months, 3 weeks ago by Satoshi Sakai.
Viewing 1 post (of 1 total)