Forums
(@tlindsey)
10 years, 1 month ago
Stick this in functions.php, and the problem goes away
//SEO Ultimate hack function seou_css_hack() { echo '<style type="text/css"> .sdf-admin .tab-content {display:block} </style>'; } add_action('admin_head', 'seou_css_hack');