= 1 && intval( $columns ) <= 5 ) ? intval( $columns ) : 3; $column = 1; // Set clearfix to avoid error if there are no boxes $clearfix = 1; // Create a custom WP Query $count = intval( $count ); $query_args = array(); $query_args['posts_per_page'] = ( empty( $count ) ) ? 4 : $count; if ( $category ) $query_args['category'] = $category; $content_blocks_query = get_posts( $query_args ); // Temporarily remove read more links from excerpts hoot_remove_readmore_link(); // Template modification Hook do_action( 'hoot_content_blocks_wrap', 'posts' ); ?>