帮你贴一下吧
<?php
/*
Plugin Name: Disable WordPress Widgets
Plugin URI:
http://schulte.mn/
Description: This plugin overrides WordPress Widgets and will allow K2 Sidebar Modules to function.
Author: Darrell Schulte
Version: 1.0
Author URI:
http://schulte.mn/
*/
remove_action('plugins_loaded', 'wp_maybe_load_widgets', 0 );
?>
把这段代码保存为php文件, 上传到plugins文件夹下面激活, OK了.