现在位置 >首页 > WordPress
0℃
2011年06月11日 WordPress ⁄ 被围观 409 次+
发表文章时需要设置图片时,按照以下说明设置: 每张文章需要添加自定义栏目 焦点幻灯:show,图片大小:400×248 正文:thumbnail,图片大小:140×100 顶部热点图片:image,图片大小:236×155 自定义栏目说明: 本站推荐:related 顶部热点文章:hot
阅读全文

0℃
2011年06月11日 WordPress ⁄ 被围观 610 次+
在主题的 functions.php 文件里面加入如下代码: remove_action ('pre_post_update','wp_save_post_revision'); add_action ('wp_print_scripts','disable_autosave'); function disable_autosave() { wp_deregister_script('autosave'); } 或者 remove_action ('pre_post_update','wp_save_post_revision'); wp_deregister_script ('autosave'); remove_filter ('the_content','wptexturize'); 注意: 这里的禁止自动保存是指在你写文章过程中/修改文章时禁止自动保存,如果你点击了“添加新文章”、“添加新页面”...
阅读全文
×
腾讯微博