你可能指的是无干扰的写作模式。我说得对吗?然后你换错了身份证#wp-content-editor-container 要编辑的内容。但每次你破解WordPress核心,一只小猫就会死。所以,如果你喜欢小猫,这里没有冒犯你的解决方案。将此代码放入functions.php 主题中的文件:
<?php
add_filter( \'admin_footer\', \'fulleditorwidth\', 99 );
function fulleditorwidth() {
?>
<style type="text/css">
#wp-content-editor-container { width: 1024px!important }
</style>
<?php } ?>
我建议还添加
max-width: 100% 以获得快速响应的视图。
不要破解WordPress核心文件。如果您的wordpress将被更新,您的更改将被覆盖。