id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 19469 The wp-admin theme chooser has a hard coded limit (of 15) and no filter willshouse "I have a lot of themes in my test wordpress site. I get a little frustrated that I can't show more than 15 at a time. [[Image(http://img820.imageshack.us/img820/5982/picturef.png)]] In pages and posts you can click ""screen options"" to choose the number, but ""Themes"" has no such option. [[Image(http://img853.imageshack.us/img853/9582/picture1bbg.jpg)]] It's hardcoded into the WP_Themes_List_Table class that's responsible on Line 50: {{{ $per_page = 15; }}} It would be fantastic if we could get a ""screen options"" coded into the Themes page, or at the very minimum add a filter to the `per_page` variable." enhancement closed normal Administration 2.7 normal duplicate has-patch