夜间模式CodeSnippetStyle:
日间模式CodeSnippetStyle:

0%


# 如何在functions.php中导入自定义的脚本

在wp-content\themes\vt-blogging\functions.php中,导入自定义脚本

wp-content\themes\vt-blogging\custom_pages\custom_script\custom-functions.php

在wp-content\themes\vt-blogging\functions.php中:

include (dirname(__FILE__) . '/custom_pages/custom_script/custom-functions.php')

或者

require_once(dirname(__FILE__) . '/custom_pages/custom_script/custom-functions.php');
posted @ 2020-07-04 15:38  暮冬有八  阅读(213)  评论(0编辑  收藏  举报
BACK TO TOP

😀迷海无灯听船行。Github WeChat