摘要:
一、打开自定义字段功能 二、添加自定义字段和对应值 三、模板文件对应位置添加语法(有两种简单的办法): 1、the_meta() 模板函数。会自动输出一个无序列表: Key1: Value of “Key1″ Key2: Value of “Key2″ Key3: Value of “Key3″ 2 阅读全文
posted @ 2022-03-04 15:07
Arya-Wang
阅读(403)
评论(0)
推荐(0)
摘要:
打开 wp-config.php 文件,在 /* That's all, stop editing! Happy publishing. */ 上边添加: 1 define('WP_POST_REVISIONS',0); // 不启用修订 2 3 define('WP_POST_REVISIONS' 阅读全文
posted @ 2022-03-04 14:17
Arya-Wang
阅读(75)
评论(0)
推荐(0)
摘要:
在phpstudy中找到 vhosts.ini 文件,Options FollowSymLinks ExecCGI 中如果有“-” 全部改为“+”。 阅读全文
posted @ 2022-03-04 14:14
Arya-Wang
阅读(19)
评论(0)
推荐(0)