WordPress Hack - Edit Post for Larger Categories Checkbox
-->Let’s say you have a whole bunch of Post Categories in Wordpress. That little tiny small window makes managing these many categories very hard.
Solution:
1. FTP into your site, and go to: wp-admin/wp-admin.css
2. Add this CSS Snippet to the VERY top of the file (you will have to hit return several times):
.dbx-content #categorychecklist {
height: 500px;
}
.
.
Here’s an image of what it looks like:
![]()
.
Video Tags: Video, WordPress Hacks