/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
add_action('admin_head', 'categories_list_height_jquery'); function categories_list_height_jquery() { echo' <script type="text/javascript"> jQuery(function($){ $("#category-all.tabs-panel").height($("#categorychecklist").height()); }); </script> '; }
URL: http://wpcanyon.com/tipsandtricks/increasing-the-categories-selection-height-in-wordpress-admin/