ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
【1.theme基本显示】 (1)可以跳过自己搭建wordpress后台核心函数的调用 直接在twentyseventeen选取`functions.php`和inc文件夹,实现官方模板使用的wordpress核心函数 (2)添加wordpress主题根目录函数 `<?php bloginfo('template_directory'); ?>` 对应的文件夹为: ~~~ <?php bloginfo('template_directory'); ?>/css/ <?php bloginfo('template_directory'); ?>/js/ <?php bloginfo('template_directory'); ?>/images/ ~~~