Title: WordPressAuthor's Replies | WordPress.org

---

# WordPressAuthor

  [  ](https://wordpress.org/support/users/muaksu/)

 *   [Profile](https://wordpress.org/support/users/muaksu/)
 *   [Topics Started](https://wordpress.org/support/users/muaksu/topics/)
 *   [Replies Created](https://wordpress.org/support/users/muaksu/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/muaksu/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/muaksu/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/muaksu/engagements/)
 *   [Favorites](https://wordpress.org/support/users/muaksu/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[True News] Bugs Not Fixed – More Bugs with the Newer Releases](https://wordpress.org/support/topic/version-1-0-9-crashed-my-site-2/)
 *  Thread Starter [WordPressAuthor](https://wordpress.org/support/users/muaksu/)
 * (@muaksu)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/version-1-0-9-crashed-my-site-2/#post-13795751)
 * 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)