WordPress文章ID连续强迫症患者的福音!
修改wp安装根目录中的wp-config.php文件,增加以下内容:
//Disable WordPress autosave define( 'AUTOSAVE_INTERVAL', 60*60*60*24*365 ); // Set autosave interval to 1x per year define( 'EMPTY_TRASH_DAYS', 0 ); // Empty trash now: Zero days define( 'WP_POST_REVISIONS', false ); // Do not save andy revisions