Title: arlodesign's Replies | WordPress.org

---

# arlodesign

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

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

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Call add_theme_support( 'post-thumbnails') Multiple Times?](https://wordpress.org/support/topic/call-add_theme_support-post-thumbnails-multiple-times/)
 *  Thread Starter [arlodesign](https://wordpress.org/support/users/arlodesign/)
 * (@arlodesign)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/call-add_theme_support-post-thumbnails-multiple-times/#post-1894252)
 * Thanks for the response, Ian. I ended up finishing the project for which I asked
   this question, so I haven’t tried yet. I never bothered experimenting with manually
   manipulating the $_wp_theme_features array. However, I think your approach makes
   more sense.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show all content on search page](https://wordpress.org/support/topic/show-all-content-on-search-page/)
 *  [arlodesign](https://wordpress.org/support/users/arlodesign/)
 * (@arlodesign)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/show-all-content-on-search-page/#post-1133007)
 * I found [this update](http://www.hashbangcode.com/blog/change-number-of-search-results-in-wordpress-2347.html)
   to t310s recommendation which is working for me on 2.8.6:
 *     ```
       <?php query_posts($query_string . '&showposts=10'); ?>
       ```
   
 * That will show 10 results per page without showing ALL posts.

Viewing 2 replies - 1 through 2 (of 2 total)