Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter WordPressAuthor

    (@muaksu)

    Thanks for getting back.
    Updated to version 1.1.1 and it works now.

    I usually make the below customization to prevent unused spaces. Please consider it in the next version.
    Decrease query 2 size to 4 or increase query 3 array size to 6.

    true-news-block-1.php
    $left_block_2_query_1 = new WP_Query( array(‘post_type’ => ‘post’, ‘posts_per_page’ => 10,’post__not_in’ => get_option(“sticky_posts”), ‘category_name’ => esc_html( $post_category_1 ) ) );
    $left_block_2_query_2 = new WP_Query( array(‘post_type’ => ‘post’, ‘posts_per_page’ => 4,’post__not_in’ => get_option(“sticky_posts”), ‘category_name’ => esc_html( $post_category_2 ) ) );
    $left_block_2_query_3 = new WP_Query( array(‘post_type’ => ‘post’, ‘posts_per_page’ => 12,’post__not_in’ => get_option(“sticky_posts”), ‘category_name’ => esc_html( $post_category_3 ) ) ); ?>

    I will definitely update my comment and rating.

    Have a nice day.

Viewing 1 replies (of 1 total)